You are here |
www.playembedded.org | ||
| | | |
river.me
|
|
| | | | My notes on "Operating Systems: Three Easy Pieces" - part 2, Concurrency | |
| | | |
loonytek.com
|
|
| | | | 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
|
|
| | | | 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
|
|
| | Joe Duffy's Blog | Adventures in the high-tech underbelly |