RE: No of concurrent requests per session

2006-02-14 Thread Abhilash Kumar
: 303 438 9585 > -Original Message- > From: Abhilash Kumar [mailto:[EMAIL PROTECTED] > Sent: Monday, February 13, 2006 9:45 PM > To: Tomcat Users List > Subject: RE: No of concurrent requests per session > > Hello: > > Thanking everyone for words of wisdom .. &

RE: No of concurrent requests per session

2006-02-14 Thread Abhilash Kumar
rrent requests per session > > -Original Message- > > From: Abhilash Kumar > [mailto:[EMAIL PROTECTED] > > Sent: Monday, February 13, 2006 9:45 PM > > To: Tomcat Users List > > Subject: RE: No of concurrent requests per session > > > > Hello: > >

RE: No of concurrent requests per session

2006-02-14 Thread Wade Chandler
> > -Original Message- > > From: Abhilash Kumar > [mailto:[EMAIL PROTECTED] > > Sent: Monday, February 13, 2006 9:45 PM > > To: Tomcat Users List > > Subject: RE: No of concurrent requests per session > > > > Hello: > > > > Th

RE: No of concurrent requests per session

2006-02-14 Thread George Sexton
gt; Subject: RE: No of concurrent requests per session > > Hello: > > Hello: > > Can u tell how to prevent browser or webserver using > persistent connection ? > > thanks and regards, > > -- Kannan. > > -Original Message- > From: [EMAIL PROTECT

RE: No of concurrent requests per session

2006-02-14 Thread George Sexton
sh Kumar [mailto:[EMAIL PROTECTED] > Sent: Monday, February 13, 2006 9:45 PM > To: Tomcat Users List > Subject: RE: No of concurrent requests per session > > Hello: > > Thanking everyone for words of wisdom .. > > I checked with firefox 1.0.7 also. It is also showing the

RE: No of concurrent requests per session

2006-02-13 Thread Abhilash Kumar
sers List" To: "'Tomcat Users List'" cc: Subject: RE: No of concurrent requests per session I'm guessing this is more of a browser issue. If you're using IE, I seem to recall there is a registry entry that lets you set the maximum concurre

RE: No of concurrent requests per session

2006-02-13 Thread Abhilash Kumar
Users List Subject: RE: No of concurrent requests per session I suspect the problem relates to pipelining of HTTP 1.1 requests over a single persistent TCP connection. Pipelining is intended to improve efficiency, allowing the need for multiple images to present a web page be expressed to a web

RE: No of concurrent requests per session

2006-02-13 Thread Caldarale, Charles R
> From: Abhilash Kumar [mailto:[EMAIL PROTECTED] > Subject: No of concurrent requests per session > > I am using Tomcat 5.0.30 with HTTP 1.1 Connector. If I try > to make a third request while two other request's (which i > have already made) responses have not yet arr

RE: No of concurrent requests per session

2006-02-13 Thread DJohnson
sers List" To: "'Tomcat Users List'" cc: Subject: RE: No of concurrent requests per session I'm guessing this is more of a browser issue. If you're using IE, I seem to recall there is a registry entry that lets you set the maximum concurre

RE: No of concurrent requests per session

2006-02-13 Thread George Sexton
: Abhilash Kumar [mailto:[EMAIL PROTECTED] > Sent: Monday, February 13, 2006 6:43 AM > To: Tomcat Users List > Subject: No of concurrent requests per session > > Hello: > > I am using Tomcat 5.0.30 with HTTP 1.1 Connector. If I try > to make a third request while two other

No of concurrent requests per session

2006-02-13 Thread Abhilash Kumar
Hello: I am using Tomcat 5.0.30 with HTTP 1.1 Connector. If I try to make a third request while two other request's (which i have already made) responses have not yet arrived, then Tomcat is not serving the request until one of the pending response arrives. This limits me to only two pending r