ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: LVU <lvu@smap.gov.ua>
To: ALT Linux Community <community@lists.altlinux.org>
Subject: Re: [Comm] Ctrl+C и SIGINT
Date: Fri, 10 Nov 2006 11:34:32 +0200
Message-ID: <455447A8.4040609@smap.gov.ua> (raw)
In-Reply-To: <455440F5.4000702@stc.donpac.ru>

Здравствуйте!

Eugene Prokopiev wrote:
>> Убивать надо не 14306, а 14307, именно ему посылается сигнал
>> по Ctrl+C. Если же хочется, чтобы можно было убивать по
>> pid'у родителя, то в родителе должен быть обработчик соотв.
>> сигнала, который рассылает этот сигнал всем процессам группы
>> (-pid). 
> 
> А что такое "процессы группы"? Можно как-то рассылать сигнал всем 
> дочерним процессам?

Каждый процесс имеет, кроме pid (идентификатор процесса) еще
и pgid (идентификатор группы процессов). После запуска
каждые процесс имеет своим pgid'ом pid процесса, его
породившего. Всем дочерним процессам (но и самому себе
тоже!) можно послать сигнал, узнав свой pid и послав сигнал
на -pid. Свой pid в шелле = это вроде $$.

> Я думал, что можно только узнать идентификатор порожденного процесса 
> (как сделать это в sh?), сохранить, затем ждать сигнал, перехватить его 
> и послать сохраненному идентификатору ...

Да, так тоже можно, если порожденный процесс 1. Если их
много - тоже можно :) но сложнее. pid последнего запущенного
 - $!, только запускать его надо с &, чтобы не
останавливался поток выполнения скрипта на время работы
процесса. И потом ждать завершения (ловить SIGCHLD,
например). Обработчик сигнала в шелле задается командой trap.

With best regards, LVU.


  reply	other threads:[~2006-11-10  9:34 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-11-09 12:19 Eugene Prokopiev
2006-11-09 12:23 ` Maxim Tyurin
2006-11-10  9:07   ` Eugene Prokopiev
2006-11-10 15:04     ` Maxim Tyurin
2006-11-12 15:49       ` Eugene Prokopiev
2006-11-09 12:39 ` LVU
2006-11-10  9:05   ` Eugene Prokopiev
2006-11-10  9:34     ` LVU [this message]
2006-11-10  9:39       ` LVU
2006-11-12 15:54         ` Eugene Prokopiev
2006-11-12 16:17           ` Michael Shigorin
2006-11-13  6:30             ` Eugene Prokopiev
2006-11-13  8:36               ` Michael Shigorin
2006-11-13 11:40                 ` Eugene Prokopiev
2006-11-13 15:48                   ` Michael Shigorin
2006-11-13 10:36               ` [Comm] java Dmitry V. Levin
2006-11-13 11:55                 ` Eugene Prokopiev
2006-11-13 16:56                   ` Dmitry V. Levin
2006-11-14  6:58                     ` Eugene Prokopiev
2006-11-09 14:28 ` [Comm] Ctrl+C и SIGINT Maksim Otstavnov
2006-11-10  9:12   ` Eugene Prokopiev

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=455447A8.4040609@smap.gov.ua \
    --to=lvu@smap.gov.ua \
    --cc=community@lists.altlinux.org \
    /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 Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/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 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git