Did you know? DZone has great portals for Python, Cloud, NoSQL, and HTML5!

java concurrency multithreading thread pools

  • submit to reddit

Java Concurrency Tutorial: Thread Pools

Thread Pools are useful when you need to limit the number of threads running in your application at the same time. There is a performance overhead associated with starting a new thread, and each thread is also allocated some memory for its stack...

2 replies - 26157 views - 06/26/08 by Jakob Jenkov in News