> From: Riechert, Andree [mailto:[EMAIL PROTECTED] 
> Subject: Concurrent threads per session (limit = 3 ?)
>  
> It seems to me that the tomcat (v 5.5) limits the number of 
> threads per session to 3.

As David pointed out, it's not Tomcat imposing a limit - it's Firefox
complying with the recommended limit in the HTTP RFC.  If you want to
change it, the pertinent about:config tags are:

network.http.max-connections
network.http.max-connections-per-server
network.http.max-persistent-connections-per-proxy
network.http.max-persistent-connections-per-server
network.http.pipelining
network.http.pipelining.maxrequests
network.http.proxy.pipelining

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to