Re: subprocesses lifecycle
- From: "Peter J. Holzer" <hjp-usenet2@xxxxxx>
- Date: Fri, 29 Aug 2008 21:39:09 +0200
On 2008-08-27 21:04, Eric Pozharski <whynot@xxxxxxxxxxxxxx> wrote:
Matthieu Imbert <breafk@xxxxxxxxxxxxxxxxxxxxx> wrote:
Is there a way to force the end of all subprocesses when calling die?
Second. No one can kill process which hangs in syscall till the process
gets out into userspace. So you'd be better finding why you collect.
This is not generally true. Only when the syscall is in an
uninterruptible sleep (also known as "disk wait", although a disk is not
necessarily involved), no signals (not even SIGKILL) are accepted.
hp
.
- References:
- subprocesses lifecycle
- From: Matthieu Imbert
- Re: subprocesses lifecycle
- From: Eric Pozharski
- subprocesses lifecycle
- Prev by Date: Re: Internal limit on variable length?
- Next by Date: Re: subprocesses lifecycle
- Previous by thread: Re: subprocesses lifecycle
- Next by thread: Re: subprocesses lifecycle
- Index(es):
Relevant Pages
|