the input handle to the pod (used by child processes) needs to be non-blocking
before this, no requests could be processed by prefork since after connect from the client prefork would block reading the pod the write handle to the pod probably doesn't have to be non-blocking, but getting EAGAIN for the pipe-full condition, rather than blocking, is nice for now since it would tend to indicate that something is FUBAR; on the other hand, this probably needs to change in order to support more than 4K workers git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89310 13f79535-47bb-0310-9956-ffa450edef68
parent
4355d24b
Please register or sign in to comment