Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)
Using a worker thread per accepted socket is a problem on Apache 1.3 or prefork 2.x when lots of new requests come in. Thread creation is failing under conditions that suggest a kernel resource is exhausted after only a couple hundred threads are in use.
Need to add a new listener plugin or modify the old ones to use a thread pool and queue accepted sockets to and from the workers.
Using a worker thread per accepted socket is a problem on Apache 1.3 or prefork 2.x when lots of new requests come in. Thread creation is failing under conditions that suggest a kernel resource is exhausted after only a couple hundred threads are in use.
Need to add a new listener plugin or modify the old ones to use a thread pool and queue accepted sockets to and from the workers.