From: "Ryan Bloom" <[EMAIL PROTECTED]>
Sent: Thursday, July 19, 2001 1:00 PM


> Yep.  The inherit flag only affects apr_create_process.  Since we 
> create child processes with fork, the inherit flag has no affect.  
> Basically, the inherit flag will not be able to affect fork() until 
> fork() becomes a real part of APR, which means somebody needs to 
> implement it on Windows.  :-)

apr_status_t apr_fork(...) 
{
    return APR_ENOTIMPL;
}

:-)

> > Again, let's compare the current cvs tree (including the threaded
> > mpm) to our one and only 2.0 beta.  I believe the current code wins
> > hands down, or am I missing something?
> 
> Not in my mind.  +1 for a tag and roll.

+1

Reply via email to