Re: Threads
- From: Casper B <casper@xxxxxx>
- Date: Mon, 23 May 2005 14:29:07 +0200
You should look into the issue of threading pools. In general, it is bad design to just spawn threads, you easily loose control. A threading pool encapsulate this and allows you to tinker with thread count etc.
http://www.javaworld.com/javaworld/jw-05-1999/jw-05-toolbox-p2.html
/Casper .
- References:
- Threads
- From: Paul Candiago
- Threads
- Prev by Date: Re: Threads
- Next by Date: Re: java CLASSPATH Environement var
- Previous by thread: Re: Threads
- Index(es):