chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] busy-wait in tcp-connect


From: felix winkelmann
Subject: Re: [Chicken-users] busy-wait in tcp-connect
Date: Wed, 23 May 2007 08:21:39 +0200

I have pushed a new version that hopefully fixes, what was wrong with
tcp-connect: the select was always performed for input. But a connect
to a *server* that expects input (so the connect must actually call select
for output) was endlessly waiting (but at least not busy...).
I have changed this now to wait for both input or output. Normal
client and server code seems to work ok, now. Please give it a try.


cheers,
felix




reply via email to

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