Re: [ovs-dev] [PATCH v2 2/2] process: Make changes for Windows.

2014-02-19 Thread Ben Pfaff
On Wed, Feb 19, 2014 at 02:02:33PM -0800, Gurucharan Shetty wrote: > On Wed, Feb 19, 2014 at 1:08 PM, Ben Pfaff wrote: > > On Fri, Feb 14, 2014 at 03:15:48PM -0800, Gurucharan Shetty wrote: > >> As of now, we are using the process subsystem in > >> ovsdb-server to handle the "--run" command line >

Re: [ovs-dev] [PATCH v2 2/2] process: Make changes for Windows.

2014-02-19 Thread Gurucharan Shetty
On Wed, Feb 19, 2014 at 1:08 PM, Ben Pfaff wrote: > On Fri, Feb 14, 2014 at 03:15:48PM -0800, Gurucharan Shetty wrote: >> As of now, we are using the process subsystem in >> ovsdb-server to handle the "--run" command line >> option. That particular option is not used often >> and till deemed neces

Re: [ovs-dev] [PATCH v2 2/2] process: Make changes for Windows.

2014-02-19 Thread Ben Pfaff
On Fri, Feb 14, 2014 at 03:15:48PM -0800, Gurucharan Shetty wrote: > As of now, we are using the process subsystem in > ovsdb-server to handle the "--run" command line > option. That particular option is not used often > and till deemed necessary, make it unsupported on > Windows platform. > > Sig