Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in concurrency

Do the ‘up to date’ guarantees for values of Java's final fields extend to indirect references?

Are all Thread methods (like getName/setName) thread-safe?

Using `concurrent.futures.Future` as promise

Tracking the progress between Queues in a Map

Task.Factory.StartNew with uncaught Exceptions kills w3wp?

c# iis c#-4.0 concurrency w3wp

Django Celery: Execute only one instance of a long-running process

How to read unique elements from array per thread?

Happens before and program order in Java Memory Model

Is C# LINQ OrderBy threadsafe when used with ConcurrentDictionary<Tkey, TValue>?

c# .net linq concurrency

Keyboard interruptable blocking queue in Python

Double checked locking with ConcurrentMap

Is it safe to share local variable between threads (via a callback closure)?

s3 concurrent writes

concurrency amazon-s3 cloud

Serializing a ConcurrentBag of XAML

c# .net wpf xaml concurrency

SSIS: FTP task - concurrent connections

Java stop executor service once one of his assigned tasks fails for any reason

In pthread, how to reliably pass signal to another thread?

Is concurrent programming the same as parallel programming?

Haskell: TVar: orElse

haskell concurrency ghc stm tvar

Is this a job for TPL Dataflow?