> fork() doesn't work because the kqueue filehandle is not inherited; using
> rfork() instead doesn't either because all filehandles are closed by doing
> exit(0) in the parent and so fails in the same way that changing
> apr_proc_detach() does when changed to use rfork() instead.
>   
I'm not a BSD expert, do you know if there is any ioctl or something 
that can be used to tell BSD to keep the file descriptors for the child 
process?


------------------------------------------------------------------------------
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
_______________________________________________
Ganglia-developers mailing list
Ganglia-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-developers

Reply via email to