Re: doPost() and concurreny issue/question

2000-12-06 Thread James Cook
al Message - From: "Craig R. McClanahan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, December 06, 2000 3:12 PM Subject: Re: doPost() and concurreny issue/question > "Heinemann, Andreas" wrote: > > > Hi, > > > > i've got

Re: doPost() and concurreny issue/question

2000-12-06 Thread Craig R. McClanahan
"Heinemann, Andreas" wrote: > Hi, > > i've got a question/problem concerning the doPost() method. > > As far as I know, whenever there is a new request, tomcat creates > a new thread running through the doPost() method. This is not precisely correct in all circumstances. In both Tomcat 3.2 and

doPost() and concurreny issue/question

2000-12-06 Thread Heinemann, Andreas
Hi, i've got a question/problem concerning the doPost() method. As far as I know, whenever there is a new request, tomcat creates a new thread running through the doPost() method. Inside this method, my code does nothing special. But is passes the request and response objects to a queue. this q