Of course, the server has no control over how many concurrent requests 
potential clients will issue. You can however configure tomcat how many 
requests it should handle concurrently.


  |       <Connector port="8080" address="${jboss.bind.address}"
  |          maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
  |          enableLookups="false" redirectPort="8443" acceptCount="100"
  |          connectionTimeout="20000" disableUploadTimeout="true"/>
  | 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857500#3857500

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857500


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to