RE: Conncurency issue with tomcat???

2002-05-21 Thread Ghorpade, Rajendra
Hi Remy,Peter After some research I found out that there were no more concurrent session problems and the same request processed twice problem when I changed my simulator(test program) to use HttpClient API. There could be the a bug in implementaion of java.net.HttpUrlConenction. I tried HttpUrlC

RE: Conncurency issue with tomcat???

2002-05-17 Thread Ghorpade, Rajendra
Hi Remy, >>> 1. Sometimes we see that the same session is started in two threads >>> concurrently. >That, I can imagine it could happen. >I don't think it would, but at least I can imagine there could be a bug >somewhere with the manager which would cause this. May be!But this happens only when t

Re: Conncurency issue with tomcat???

2002-05-16 Thread Remy Maucherat
> 1. Sometimes we see that the same session is started in two threads > concurrently. That, I can imagine it could happen. I don't think it would, but at least I can imagine there could be a bug somewhere with the manager which would cause this. > 2. Sometimes one of the request for the user is