Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in multithreading

Killing a .NET 4 Task?

iOS - Concurrent access to memory resources

Is there a common pattern for initializing object on a background thread?

Java thread trobleshooting for SwingWorker like tasks

CountDownTimer updating and blocking

Issues with time slicing

c multithreading pthreads

ThreadPool implemented with OpenMP

How to optimize android apps for multiple cores

c++ threadpool with shared read only memory

How to manually kill a specific (running) thread from Visual Studio

java.io.RandomAccessFile scalability (or other options)

java multithreading io

Record and processing audio concurrently with Thread in Android

Handling multiple HTTP connections

java multithreading http

what's the proper way to tell a thread that is executing a loop to break out of the loop and do something else?

How to wait until a value becomes added to ConcurrentDictionary or timeout occurs?

Checking if activerecord is locked in "updating" status

What has changed in the memory model in .NET 4.5?

Android Video View in another Thread & Issue with android 2.1

What does "synchronization actions are totally ordered" mean?

Safely "lend" memory block to another thread in C, assuming no "concurrent access"