]> granicus.if.org Git - apache/commit
fix child process aborts with
authorGreg Ames <gregames@apache.org>
Fri, 3 Dec 2004 05:28:00 +0000 (05:28 +0000)
committerGreg Ames <gregames@apache.org>
Fri, 3 Dec 2004 05:28:00 +0000 (05:28 +0000)
commit7be370590c0b4895f63491b414f35423555cd43c
treeb1bf3fbeb95bab0e6afe8143f9273c4bb2eab17c
parent857a77e8a1cad4eda6d604a3c161f120c462c4dd
fix child process aborts with
  assertion "!((queue)->nelts == (queue)->bounds)" failed
due to worker queue overflows. The listener/event thread
needs to block when all worker threads are busy.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@109631 13f79535-47bb-0310-9956-ffa450edef68
server/mpm/experimental/event/event.c