chicken-hackers
[Top][All Lists]
Advanced

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

Re: [Chicken-hackers] [PATCH 1/2] tcp: disable interrupts


From: Peter Bex
Subject: Re: [Chicken-hackers] [PATCH 1/2] tcp: disable interrupts
Date: Wed, 27 Mar 2013 00:25:06 +0100
User-agent: Mutt/1.4.2.3i

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



reply via email to

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