/**

popular collection of scripts for all

*/
/** Search */

Threading lightly : Reducing contention

 }

Threading lightly : Reducing contention

Hits: 24
*****
0.0
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.
Platform(s): n/a
Date: Sep, 06 2001
Author: http://www-106.ibm.com/developerworks/java/library/j-threads2?open&l=766,t=grj,p=rdccntn

Ratings

 }
Number of Ratings: 0 Votes
Visitor Voting Booth:

   
1 2 3 4 5

Others Scripts

 }
{ Copyright } ©2006 NuclearScripts.com