A Method for Reducing Contention and Overhead in Worker Queues for Multithreaded Java Applications
- by Janice J. Heiss
A java.net article, rich in practical resources, by IBM India Labs’ Sathiskumar Palaniappan, Kavitha Varadarajan, and Jayashree Viswanathan, explores the challenge of writing code in a way that that effectively makes use of the resources of modern multicore processors and multiprocessor servers.As the article states:
“Many server applications,…