The j2ee standard does not require a user accesible thread pool in the servlet container, so it's up to the developer. I really don't know a concrete thread pool impl, but i think there are free impls around (maybe in apache-jakarta avalon? maybe somewhere on sourceforge?).
Peter ----- Original Message ----- From: Marco Trevisan <[EMAIL PROTECTED]> Date: Wednesday, December 12, 2001 2:21 pm Subject: Re: Clarification. > "Peter Huber" wrote: > > > You might use 'Active Object' approach in conjunction with a thread > > pool. > > Ehm, where can I find a thread pool in a servlet container ? > Or I need to manage one ? > > Marco > > ________________________________________________________________________ ___ > To unsubscribe, send email to [EMAIL PROTECTED] and include in > the body > of the message "signoff SERVLET-INTEREST". > > Archives: http: > Resources: http://java.sun.com/products/servlet/external- > resources.htmlLISTSERV Help: > http://www.lsoft.com/manuals/user/user.html > ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
