Threading lightly : Reducing contention

Visit Publisher Site
Get Threading lightly : Reducing contention Hosting

Sponsored by TMDHosting

While it's common to hear that synchronized method calls can be 50 times as expensive as unsynchronized method calls, these numbers can actually be quite misleading. With each successive JVM version, overall performance has improved, and the cost of uncontended synchronization has been reduced, making the issue of uncontended synchronization overhead less significant. Contended synchronization, however, is quite expensive. Moreover, a high degree of contention is disastrous for scalability -- an application that had a high degree of contended synchronization will exhibit markedly worse performance as the load increases. This article explores several techniques for reducing contention, and hence improving scalability, in your programs.

Visit publisher site: Threading lightly : Reducing contention

Listing Details

Filed in:
Scripts / Java / Tutorials & Tips / Development
Submitted on:
 
Last Updated:
Sep 6, 2001 
Publisher:
Other listings by this publisher

License & Pricing Information

User Reviews 

Be the first to review this listing!