javaadvent.com
The importance of tuning your thread pools - JVM Advent
Whether you know it or not, your Java web application is most likely using a thread pool to handle incoming requests. This is an implementation detail that many overlook, but sooner or later you will need to understand how the pool is used, and how to correctly tune it for your application. This article aims […]
Andrew Brampton