Hi YLO,
The IS has 10K session limit and so it will accept any inbound HTTP session untill it reaches this limit.
If the inbound HTTP request invokes a IS service, then there is max. server thread setting called watt.server.threadPool in the server.cnf file. You can set it to 200 or so.
This setting defines the maximum number of threads that the IS maintains in the thread pool that it uses to run services. If this maximum number is reached, the server will wait until the running services complete before it runs any more service.
Keep in mind that if your partner posts large document while making this HTTP connection, your IS will go out-of-memory while processing them much before reaching the max no of 200 concurrent processing threads.
HTH,
Bhawesh.
#webMethods-General#Integration-Server-and-ESB#webMethods#webMethods-Architecture