Re: [ovs-dev] [PATCH 05/11] daemon-windows: Implement --detach option for Windows.

2014-04-22 Thread Gurucharan Shetty
On Tue, Apr 22, 2014 at 9:20 AM, Ben Pfaff wrote: > On Fri, Apr 18, 2014 at 11:04:12AM -0700, Gurucharan Shetty wrote: >> When "--detach" is specified, a daemon will create a new >> process with the same command line options as the parent. >> Additionally, an undocumented command line option "--pi

Re: [ovs-dev] [PATCH 05/11] daemon-windows: Implement --detach option for Windows.

2014-04-22 Thread Ben Pfaff
On Fri, Apr 18, 2014 at 11:04:12AM -0700, Gurucharan Shetty wrote: > When "--detach" is specified, a daemon will create a new > process with the same command line options as the parent. > Additionally, an undocumented command line option "--pipe-handle" > is passed to child. Once the child is ready

[ovs-dev] [PATCH 05/11] daemon-windows: Implement --detach option for Windows.

2014-04-18 Thread Gurucharan Shetty
When "--detach" is specified, a daemon will create a new process with the same command line options as the parent. Additionally, an undocumented command line option "--pipe-handle" is passed to child. Once the child is ready to handle external commands, it communicates to the parent that it is read