multithreading

Getting Started with Parallel Programming

Multi-core computers have shifted the burden of software performance from chip designers to software architects and developers. In order to gain the full...

6 replies - 9814 views - 06/23/09 by HFadeel in Articles

Avoid NIO, Get Better Throughput

The Java NIO (new/non-blocking I/O) API introduced in Java 1.4 is arguably the most arcane part of the standard library.  With channels, selectors,...

5 replies - 5941 views - 09/03/08 by Dan Dyer in Articles

Java Concurrency: Reentrance Lockout

Reentrance lockout is a situation similar to deadlock and nested monitor lockout.

3 replies - 3203 views - 06/14/08 by Jakob Jenkov in News

Java Concurrency: Read / Write Locks

Jakob has done a great series on Java Concurrency - check out the first 14 articles at his blog. Going forward, we're delighted to announce that you'll also...

19 replies - 8766 views - 06/09/08 by Jakob Jenkov in News