RestComm / ussdgateway

RestComm USSD Gateway
http://www.restcomm.com/
GNU Affero General Public License v3.0
89 stars 102 forks source link

Docs: increasing of a limit of HTTP requests maxThreads #45

Closed vetss closed 7 years ago

vetss commented 7 years ago

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.

vetss commented 7 years ago

Fixed by:

https://github.com/RestComm/ussdgateway/commit/f1083e4290727e9bb0038a550dfeea60aff8149e