I still think a new file would be more suited it :), but maybe that's just me.

As discussed offline I think you can remove the DuplicateHandle part.

Thanks,
Alin.

> -----Mesaj original-----
> De la: dev [mailto:dev-boun...@openvswitch.org] În numele Paul Boca
> Trimis: Friday, July 15, 2016 5:21 PM
> Către: dev@openvswitch.org
> Subiect: [ovs-dev] [PATCH V7 12/16] python tests: Ported Python daemon to
> Windows
> 
> Used subprocess.Popen instead os.fork (not implemented on windows) and
> repaced of os.pipe with Windows pipes.
> 
> To be able to identify the child process I added an extra parameter to
> daemon process '--pipe-handle', this parameter also contains the parent
> Windows pipe handle, used by the child to signal the start.
> 
> The PID file is created directly on Windows, without using a temporary file
> because the symbolic link doesn't inheriths the file lock set on temporary 
> file.
> 
> Signed-off-by: Paul-Daniel Boca <pb...@cloudbasesolutions.com>
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to