12 Jun
2015
12 Jun
'15
3:15 p.m.
El 12/06/2015 a las 12:43, Boris Schäling escribió:
There is a create_pipe() function in what's usually called Boost.Process (not an official Boost library - work in progress for roughly 10 years ;) - see http://www.highscore.de/boost/process0.5/boost/process/create_pipe_id341354..... However you can't use the pipe for asynchronous I/O on Windows. Someone else worked on a named pipe for Boost two years ago (see http://thread.gmane.org/gmane.comp.lib.boost.devel/243397). But I haven't heard anything about it lately.
Boris, Boosters, would it be a good idea to add some Boost.Process utilities to Boost.Interprocess? I'm thinking about process launching and pipes. Best Ion