Docs: increasing of a limit of HTTP requests maxThreads
Closed this issue · 1 comments
vetss commented
Chapter "6.3. Configuring JSLEE http-client RA" describes how to encrease of limitation of HTTP client RA - pull case. We need to add a description how to encrease a limit of concurrent HTTP connection for HTTP server (PUSH case):
Add maxThreads="500" to "jboss-5.1.0.GA/server/default/deploy/jbossweb.sar/server.xml"
for HTTP Connector so it looks like below
This is limit of concurrent requests Tomcat can take.