This is the mail archive of the cygwin-developers@sources.redhat.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [PORTS] Re: ps and psql from PostgreSQL not working with cygwin-1.1.5-2


On Wed, Nov 08, 2000 at 03:39:15PM -0500, Jason Tishler wrote:
>On Tue, Nov 07, 2000 at 08:48:35AM +0000, Pete Forman wrote:
>> According to POSIX, connect() should never set errno to EAGAIN or
>> EWOULDBLOCK.  (Those codes are appropriate for accept().)
>> 
>>   If the connection cannot be established immediately and O_NONBLOCK
>>   is set for the file descriptor for the socket, connect( ) shall fail
>>   and set errno to [EINPROGRESS], but the connection request shall not
>>   be aborted, and the connection shall be established asynchronously.
>>   Subsequent calls to connect( ) for the same socket, before the
>>   connection is established, shall fail and set errno to [EALREADY].
>
>If we can agree that connect() should behave as above, then I'm willing to
>provide a patch to make it so.  Do we?

Corinna just checked something in today.  Does it solve the problem?

cgf

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]