Explore >> Select a destination


You are here

www.playembedded.org
| | swiftrocks.com
4.0 parsecs away

Travel
| | Concurrency is the entry point for the most complicated and bizarre bugs a programmer will ever experience. In this article, I'll share my favorite methods of ensuring thread safety, as well as analyzing the performance of the different mechanisms.
| | lwn.net
5.2 parsecs away

Travel
| | The Linux kernel has never lacked for synchronization primitives and locking mechanisms, so one [...]
| | loonytek.com
4.0 parsecs away

Travel
| | In this post, I will talk about usage of volatile fields in Java and how volatile is different from synchronized. Both volatile and synchronized are used in multi-threaded programs to get some degree of thread safety depending on the operations performed by different threads. Consider the following piece of code class VolatileDemo { private int...
| | www.yodaiken.com
34.4 parsecs away

Travel
|