[gambit-list] open-tcp-client problem?

feeley at iro.umontreal.ca feeley at iro.umontreal.ca
Tue Aug 9 09:13:13 EDT 2005


> Hi,
>
> I have some difficulties using the open-tcp-client primitive on
> MacOSX 10.4 with Gambit-Cb14. The primitive returns a port before
> that port is actually ready to be used for sending/receiving data.

Is this a problem?  The Gambit runtime performs an asynchronous connect. 
This is done so that multiple connections can be started in parallel.  If
there is a connection error it will be reported the next time you do I/O
on that port.

Marc




More information about the Gambit-list mailing list