5.9.6 SOAP server The SOAP server listens for incoming requests and starts a new child process for each of them to handle the request and to send the response. If SOAP_MAX_CONCURRENT_SESSIONS is set then it won’t accept a new connection if there are already SOAP_MAX_CONCURRENT_SESSIONS open sessions. |