Quantcast
Viewing all articles
Browse latest Browse all 10

Not so obvious multi-thread programming specific bugs.

We all know that when writing multi-threaded programs one should remember about few more details like locking, using thread-safe libraries etc. Here is a list of not-so obvious bugs specific to multi-threaded programs. Many of them are not mentioned in documentation or tutorials for beginners, but I think everybody who is using threads will hit them eventually.

read more


Viewing all articles
Browse latest Browse all 10

Trending Articles