You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Ryan Bloom <rb...@covalent.net> on 2002/04/01 10:28:30 UTC

RE: cvs commit: httpd-2.0/server/mpm/perchild mpm.h perchild.c

> rbb         02/04/01 00:27:43
> 
>   Modified:    server/mpm/perchild mpm.h perchild.c
>   Log:
>   Migrate perchild to the new lock API, and clean up some of the logic
>   surrounding the FD passing.  This doesn't work yet, but it is
getting
>   closer.  Currently, the problem is that we don't correctly read the
data
>   from the socket so that it can be passed to the correct child.

To be clear, the MPM will serve pages, but it doesn't pass file
descriptors.  I am hoping to get that working tomorrow sometime.

Ryan