Java

From DGCWiki

Revision as of 17:13, 10 March 2010; Dgc (Talk | contribs)
(diff) ←Older revision | Current revision | Newer revision→ (diff)
Jump to: navigation, search

Useful Links

Performance: http://web.comhem.se/~u13216798/resources/java/performance.html

http://java.sun.com/docs/performance/

http://www.javaperformancetuning.com/


A bit old, but mostly still valid:

Part 1, "Synchronization is not the enemy" (July 2001)

Part 2, "Reducing contention" (September 2001)

Part 3, "Sometimes it's best not to share" (October 2001)


Managing volatility

IBM Java Technology Center http://www.ibm.com/developerworks/java/