InfoQ

InfoQ

Editor Specific Content View

All of Zhi Gan, Raja Das, Xiao Jun Dai's Content on InfoQ


Latest featured content by Zhi Gan, Raja Das, Xiao Jun Dai

Creating Highly-Scalable Components in Java

Topics
Java,
Open Source,
Programming,
Architecture,
Performance & Scalability

This article presents a library supporting the development of highly-scalable applications that take advantage of an underlying multi-core hardware. The library is part of the Amino Library Project. One example: ensure scalability of applications by using , java.util.concurrent.ConcurrentHashMap to replace a synchronized HashTable.