 |
|
|
|
 |
egories |
 |
 |
New Addition |
 |
|
|
 |
Details: |
 |
|
Explains how the new atomic variable classes in JDK 5.0 enable the development of highly scalable nonblocking algorithms in the Java language.
Sponsored Links:
|
| URL: |
http://www-106.ibm.com/developerworks/java/library/j-jtp11234/
|
| Title: |
Java theory and practice: Going atomic |
| Description: |
Computers, Programming, Threads, Java - Going Atomic. Explains how the new atomic variable classes in JDK 5. |
| Specialized in: |
|
|
 |
|
 |
Double-Checked Locking: Clever, but Broken (Popularity: ): Though many Java books and articles recommend double-checked locking, unfortunately, it is not guaranteed to work in Java.
Warning! Threading in a Multiprocessor World (Popularity: ): Many authors advocate the double-checked locking idiom to access a Singleton object in an intuitively thread-safe way. Unfortunately, for counterintuitive ...
Programming Java Threads in the Real World, Part 9 (Popularity: ): Discussion of two more architectural solutions to threading problems: a synchronous dispatcher (or 'reactor') and an asynchronous dispatcher (or 'active ...
Programming Java Threads in the Real World, Part 8 (Popularity: ): Discusses architectural solutions to threading problems. Takes a look at threads from the perspective of an object-oriented designer, and at ...
Programming Java Threads in the Real World, Part 7 (Popularity: ): Reader/writer locks let multiple threads safely access a shared resource in an efficient way.
Programming Java Threads in the Real World, Part 6 (Popularity: ): How to implement the Observer pattern (used by AWT/Swing for its event model) in a multithreaded environment.
Programming Java Threads in the Real World, Part 5 (Popularity: ): Timers let you perform fixed-interval operations, such as animation refreshes.
Programming Java Threads in the Real world, Part 4 (Popularity: ): A condition variable adds to wait the ability to not wait when the condition you're waiting for has already taken ...
Simple Java Thread Management Library (SJT.Mgmt) (Popularity: ): An easy to use library for adding thread management in Java applications. The library comes from early experience with JServ's ...
Singletons with Needles and Thread (Popularity: ): Presents two approaches to creating thread-safe singletons.
|
 |
Popular Sites |
 |
 |
Related Press |
 |
 |
Related Articles |
 |
|
|
 |
|
 |
| |
| | |
|
|
|
© 2003-2008, ABC-Directory.Com. All Rights Reserved
|
|
|
 |
|
 |
|