[EMAIL PROTECTED] writes:

>   Add APR_HAS_OTHER_CHILD support to Win32
...
>   Index: otherchild.c
...
>   +APR_DECLARE(void) apr_proc_other_child_check(void)
>   +{
>   +    apr_other_child_rec_t *ocr, *nocr;
>   +    apr_status_t rv;
>   +
>   +    /* Todo: 
>   +     * Implement code to detect if a pipe is still alive on Windows.
>   +     */
>   +    if (other_children == NULL)
>   +        return;

and how does it work differently if you remove these two lines of
code?  <insert proper emoticon here>

-- 
Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web site:
       http://www.geocities.com/SiliconValley/Park/9289/
             Born in Roswell... married an alien...

Reply via email to