Re: [libvirt] [PATCH 01/10] Allow handshake with child process during startup

2011-05-27 Thread Daniel Veillard
On Thu, May 19, 2011 at 07:24:16AM -0400, Daniel P. Berrange wrote: Allow the parent process to perform a bi-directional handshake with the child process during fork/exec. The child process will fork and do its initial setup. Immediately prior to the exec(), it will stop wait for a handshake

[libvirt] [PATCH 01/10] Allow handshake with child process during startup

2011-05-24 Thread Daniel P. Berrange
Allow the parent process to perform a bi-directional handshake with the child process during fork/exec. The child process will fork and do its initial setup. Immediately prior to the exec(), it will stop wait for a handshake from the parent process. The parent process will spawn the child and

[libvirt] [PATCH 01/10] Allow handshake with child process during startup

2011-05-19 Thread Daniel P. Berrange
Allow the parent process to perform a bi-directional handshake with the child process during fork/exec. The child process will fork and do its initial setup. Immediately prior to the exec(), it will stop wait for a handshake from the parent process. The parent process will spawn the child and