monotone-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Monotone-devel] Help: select() like functionality on pipes on Win32


From: Christof Petig
Subject: Re: [Monotone-devel] Help: select() like functionality on pipes on Win32 - how?
Date: Mon, 18 Jul 2005 16:30:54 +0200
User-agent: Mozilla Thunderbird 1.0.2 (X11/20050404)

Christof Petig schrieb:
> ... both approaches use asynchronous read/write. So unless someone else
> comes up with a really different idea I have to abuse the Probe::ready
> function to actually read/write the data queued by the
> Stream::read/write function into/from the Stream. :-(

I already found PeekNamedPipe() to tell whether there is data available
for read. But combining this with a timeout seems to force a ReadFile
(combined with SetCommTimeout).

So all in all I seem to be doomed to use ReadFileEx() in
Netxx::Probe::ready() :-(

   Christof

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]