Subject: Re: [boost] [gsoc] Boost.Process done
From: Ilya Sokolov (ilyasokol_at_[hidden])
Date: 2010-08-23 07:44:31


On 15.08.2010 16:03, Boris Schaeling wrote:
> * For the first time there is full support for synchronous and
> asynchronous operations.

Do you really need to call ConnectNamedPipe() at stream_behavior.hpp,
line 258? AFAICS, at that time the client's end of pipe is opened
already, so there is no need to wait for it.