From: Michael Pozhidaev <msp@altlinux.ru>
To: ALT Devel discussion list <devel@altlinux.ru>
Subject: Re: {Spam?} Re: [devel] Просьба потестировать
Date: Sun, 21 Mar 2004 19:13:59 +0600
Message-ID: <405D9517.4040502@altlinux.ru> (raw)
In-Reply-To: <20040321114802.GA3306@sirius.home>
Sergey Vlasov пишет:
> On Sun, Mar 21, 2004 at 03:03:10PM +0600, Michael Pozhidaev wrote:
> [skip]
>
>>void stop()
>>{
>> pid_t p;
>> killpg(mp, SIGKILL);
>> while((p = waitpid(-1*mp, NULL, WNOHANG))>0);
>>}
>
>
> Это не сработает. После вызова kill/killpg процесс не завершается
> немедленно (даже при передаче SIGKILL); задержка определяется
> планировщиком и в общем случае непредсказуема. Нужно либо убирать
> WNOHANG, либо ожидать завершения любого процесса (тогда зомби будут
> удаляться в следующем цикле).
>
> Просто игнорировать SIGCHLD тут нельзя - если запущенный процесс
> завершится раньше вызова stop(), его pid может быть использован
> повторно, и тогда сигнал пойдёт совсем не туда, куда ожидалось. Можно
> написать обработчик SIGCHLD, сохраняющий информацию о завершении
> запущенных процессов, но тогда в start() и stop() потребуется
> аккуратное обращение с sigprocmask().
>
Понятно. Большое спасибо. Уже просто попробовал убрать WNOHANG, и
программа сделала 1100 порождений процесса, дальше я не стал
дожидаться. Теперь буду знать.
--
Best wishes. Michael Pozhidaev. E-mail: msp@altlinux.ru.
Tomsk state university.
Computer science department. (http://www.inf.tsu.ru)
next prev parent reply other threads:[~2004-03-21 13:13 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-03-21 7:20 Michael Pozhidaev
2004-03-21 8:24 ` Andrey Rahmatullin
2004-03-21 9:03 ` Michael Pozhidaev
2004-03-21 9:46 ` Andrey Rahmatullin
2004-03-21 10:14 ` Michael Pozhidaev
2004-03-21 11:48 ` {Spam?} " Sergey Vlasov
2004-03-21 13:13 ` Michael Pozhidaev [this message]
2004-03-22 9:22 ` Sergey Pinaev
2004-03-22 10:58 ` Michael Pozhidaev
2004-03-22 11:13 ` Sergey Pinaev
2004-03-22 12:55 ` Michael Pozhidaev
2004-03-22 13:48 ` Sergey Pinaev
2004-03-22 14:18 ` Michael Pozhidaev
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=405D9517.4040502@altlinux.ru \
--to=msp@altlinux.ru \
--cc=devel@altlinux.ru \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
ALT Linux Team development discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
public-inbox-index devel
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.devel
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git