¡@

Home 

c# Programming Glossary: concurrently

Bluetooth in C#, Which stack, Which SDK?

http://stackoverflow.com/questions/1057220/bluetooth-in-c-which-stack-which-sdk

and on XP with the Microsoft stack using one dongle I can concurrently be receiving two OBEX PUTs and also discovering devices. That's..

Making the most of the .NET Task Parallel Library

http://stackoverflow.com/questions/13142099/making-the-most-of-the-net-task-parallel-library

CircularBuffer highly efficient implementation (both thread-safe and not thread-safe) [closed]

http://stackoverflow.com/questions/13275975/circularbuffer-highly-efficient-implementation-both-thread-safe-and-not-thread

simply too ambiguous. The first is not designed to be used concurrently by multiple threads the rest are. share improve this answer..

When to use thread pool in C#?

http://stackoverflow.com/questions/145304/when-to-use-thread-pool-in-c

pool scheduler. If you need to make your IO related tasks concurrently such as downloading stuff from remote servers or disk access..

Should we use “workstation” garbage collection or “server” garbage collection?

http://stackoverflow.com/questions/1707240/should-we-use-workstation-garbage-collection-or-server-garbage-collection

applications. It performs full generation 2 collections concurrently with the running program thereby minimizing latency. This mode..

Thread safe collections in .NET

http://stackoverflow.com/questions/2980283/thread-safe-collections-in-net

key value pairs that can be accessed by multiple threads concurrently. ConcurrentQueue T Represents a thread safe first in first out..

How do Tasks in the Task Parallel Library affect ActivityID?

http://stackoverflow.com/questions/4340948/how-do-tasks-in-the-task-parallel-library-affect-activityid

at a time. The assumption that tasks can share threads concurrently was based on an interview I heard about c# 5.0 on DotNetRocks..

Asynchronous server socket multiple clients

http://stackoverflow.com/questions/5815872/asynchronous-server-socket-multiple-clients

start Or will client A and client B's requests be handled concurrently I have done some testing with this by putting Thread.Sleep n.. id which makes me believe that it isnt actually happening concurrently. Especially given the description by microsoft that this app..

Delegate.CreateDelegate vs DynamicMethod vs Expression

http://stackoverflow.com/questions/597819/delegate-createdelegate-vs-dynamicmethod-vs-expression

strongly typed way. These delegates are hot paths accessed concurrently. Which dynamic binding method would you prefer and why c# .net..

protobuf-net inheritance

http://stackoverflow.com/questions/6247513/protobuf-net-inheritance

How can I prevent BufferManager / PooledBufferManager in my WCF client app from wasting memory?

http://stackoverflow.com/questions/7252417/how-can-i-prevent-buffermanager-pooledbuffermanager-in-my-wcf-client-app-from

pool for the http connections as connections may occur concurrently. Inspecting the single biggest object in one heap dump a 64M..

WPF's ICollectionView.filter with large sets of data

http://stackoverflow.com/questions/851545/wpfs-icollectionview-filter-with-large-sets-of-data

but I have used CollectionViews to run multiple filters concurrently on an ObservableCollection with 50 000 items on an object with..