Explore >> Select a destination


You are here

loonytek.com
| | jeremymanson.blogspot.com
3.4 parsecs away

Travel
| | Today, I'm going to talk about what volatile means in Java. I've sort-of covered this in other posts, such as my posting on the ++ operator...
| | www.aligelenler.com
3.9 parsecs away

Travel
| | Open Source Software and Database Technologies, Java, J2EE
| | sookocheff.com
3.1 parsecs away

Travel
| | Writing correct programs is hard; writing correct concurrent programs is harder. Java Concurrency in Practice. So, why bother with concurrency? A number of reasons: Concurrency provides a natural method for composing asynchronous code. Concurrency allows your program to avoid blocking user operations. Concurrency provides one of the easiest ways take advantage of multi core systems. As processor counts increase, exploiting concurrency will be an even more important facet of high performance systems.
| | antonym.org
13.4 parsecs away

Travel
| This article continues the series on threading with Boost, by looking indepth at several sample programs which illustrate different aspects ofmutexes. We lo...