On Sun, Mar 17, 2013 at 03:18:49PM +0100, Jörg F. Wittenberger wrote: > I'm not sure either. > > Just I'm currently suffering from tcp-connect issues I have > not yet been able to track down. At one hand it seems > to block the whole threading system to the point of > unusable while tcp-connect claims that the connection > timed out.
Have a look at my other patch which I *just* sent to the list. It looks like you may be running a modified Chicken version that will lock up once a tcp-accept or connect gets interrupted by a signal before the timeout is hit. Once it loops, the timeout will be cleared and it will lock up. Not sure this is the issue you're talking about, but it sounded familiar. Cheers, Peter -- http://www.more-magic.net _______________________________________________ Chicken-hackers mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/chicken-hackers
