> From: Leon Rosenberg [mailto:[email protected]] > Subject: Re: How to start a daemon without getting the warning?
> Meaning that I have to implement own thread registry for > all started threads? Nobody's going to do it for you, since they're part of your webapp. (Might be an interesting beyond-spec extension for Tomcat, though.) > Anyone already did something like this by chance? You might want to take a look at java.util.concurrent.ThreadPoolExecutor, or perhaps org.apache.commons.pool. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
