bug-cvs
[Top][All Lists]
Advanced

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

Re: mingw32 and sockets


From: Derek Price
Subject: Re: mingw32 and sockets
Date: Tue, 27 Sep 2005 12:03:27 -0400
User-agent: Mozilla Thunderbird 1.0.6 (Windows/20050716)

Ingolf Steinbach wrote:

>I have done a select() emulation on Win32 once. It was horrible.
>

I don't suppose the implementation was GPL'd or LGPL'd or could be?

>And maybe the situation is easier for CVS when the communication
>can be reduced to pipes and sockets (e.g. no serial support).
>  
>

Well, socket and file/pipe I/O have already been separated for CVS, and
if we go with the Cygwin hack of always declaring files ready, it
removes the need to be able to wait on multiple objects at the same
time, leaving us okay with either returning ready for any files or
blocking until any pipes are ready.

Regards,

Derek

-- 
Derek R. Price
CVS Solutions Architect
Ximbiot <http://ximbiot.com>
v: +1 717.579.6168
f: +1 717.234.3125
<mailto:derek@ximbiot.com>






reply via email to

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