you shouldn't have anything to worry about SIGTERM if you send out a SIGCHLD

On Tue, Aug 2, 2011 at 3:44 AM, Chris Angelico <ros...@gmail.com> wrote:

> On Tue, Aug 2, 2011 at 11:36 AM, Andrea Di Mario <anddima...@gmail.com>
> wrote:
> > If i use SIGCHLD, i will have difficult when parent receive a SIGTERM, or
> not?
>
> What you would do is create two processes. Set up your signal
> handlers, then fork; in the parent, just watch for the child's death -
> in the child, do all your work. When the parent receives SIGCHLD, it
> can ascertain the cause of death.
>
> ChrisA
> --
> http://mail.python.org/mailman/listinfo/python-list
>
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to