chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] Re: question about signal handler


From: Felix
Subject: [Chicken-users] Re: question about signal handler
Date: Wed, 09 Oct 2002 09:05:47 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.0) Gecko/20020530

Hi!

There definitely is a delay between the time
the signal is raised and the moment when the
handler-routine is invoked. It is not possible
to execute the handler asyncronously. This
works ok if the signals are not sent in rapid
succession, but breaks down if they are. I currently
know of no decent way to address this problem.

Perhaps one could maintain a list of forked
child-processes and regularly (or if a SIGCHLD
occurs) check wether they are zombies (ps does this,
so it should be possible (?)).


cheers,
felix





reply via email to

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