]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
We may not always want to make the pipes between processes non-blocking.
authorRyan Bloom <rbb@apache.org>
Thu, 2 Dec 1999 18:36:39 +0000 (18:36 +0000)
committerRyan Bloom <rbb@apache.org>
Thu, 2 Dec 1999 18:36:39 +0000 (18:36 +0000)
commitb259c850534cc6df5b3035cefc207ca915d25fff
tree669d0f5520f30a2450649f4068ff67fa6e516d30
parentbff9424e258c70310ebff77ba61ec1aa87638078
We may not always want to make the pipes between processes non-blocking.
This patch allows us to set if both sides of the pipes are nonblocking,
both sides are blocking, just the parent side blocks, or just the child
side blocks for all three of the pipes created during create_process.  I
have also modified Apache to take advantage of this change.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84215 13f79535-47bb-0310-9956-ffa450edef68
modules/filters/mod_include.c
modules/generators/mod_cgi.c
modules/metadata/mod_mime_magic.c
server/log.c