Re: Tomcat reuses threads and connection instances

2011-01-28 Thread Pid
On 1/26/11 11:37 PM, Christopher Schultz wrote: > Blake, > > On 1/26/2011 4:05 PM, Blake McBride wrote: >> The first time a particular web service is called tomcat starts a thread to >> run it on and creates an instance of the class that implements the web >> service. All fine. However, if after

Re: Tomcat reuses threads and connection instances

2011-01-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Blake, On 1/26/2011 4:05 PM, Blake McBride wrote: > The first time a particular web service is called tomcat starts a thread to > run it on and creates an instance of the class that implements the web > service. All fine. However, if after the first

Tomcat reuses threads and connection instances

2011-01-26 Thread Blake McBride
Greetings, I have a web service app that runs under tomcat. I just noticed the following unexpected behavior. The first time a particular web service is called tomcat starts a thread to run it on and creates an instance of the class that implements the web service. All fine. However, if after