chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] Exception when threads are deadlocked?


From: Thomas Chust
Subject: [Chicken-users] Exception when threads are deadlocked?
Date: Thu, 05 Aug 2004 14:35:12 +0200
User-agent: Mozilla Thunderbird 0.5 (X11/20040306)

Hello!

I am doing some network communication in a chicken program and I'm using the srfi-18 unit. In a certain case when a network connection dies unexpectedly, a thread waiting for a condition-variable to be signalled may become deadlocked. Apparently the chicken thread scheduler is quite smart and detects this condition resulting in a warning beeing printed to the screen -- but is there any way to catch that condition in my program and take some action upon it? Is there a special exception type for this condition?

Any help is highly appreciated!

With kind regards,
Thomas Chust




reply via email to

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