Explore >> Select a destination


You are here

www.playembedded.org
| | river.me
13.9 parsecs away

Travel
| | My notes on "Operating Systems: Three Easy Pieces" - part 2, Concurrency
| | loonytek.com
10.1 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...
| | swiftrocks.com
13.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.
| | joeduffyblog.com
112.2 parsecs away

Travel
| Joe Duffy's Blog | Adventures in the high-tech underbelly