]> granicus.if.org Git - apache/commit
Fix the mpmt_pthread MPM to use an APR pipe for the pipe of death. This
authorRyan Bloom <rbb@apache.org>
Fri, 23 Jun 2000 18:12:44 +0000 (18:12 +0000)
committerRyan Bloom <rbb@apache.org>
Fri, 23 Jun 2000 18:12:44 +0000 (18:12 +0000)
commit872f6dbf91eb5de711494bf7dcdb9f3d3b2cb22d
tree29241e343a9c7adeb3b33b673697a2bf718f2bb9
parent220a39fb1140d781f885d3563190afa2843e6b9f
Fix the mpmt_pthread MPM to use an APR pipe for the pipe of death.  This
allows us to use APR_SOCKETS_AS_FILES to poll on an APR socket.  Finally,
this makes the MPM more portable, because it is now always possible to set
the pipe to be non-blocking.

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