From: Werner Almesberger <wa@almesberger.net>
To: Chris Friesen <cfriesen@nortelnetworks.com>
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: anyone ever implemented a reparent(pid) syscall?
Date: Sat, 10 May 2003 06:39:36 -0300 [thread overview]
Message-ID: <20030510063936.D13069@almesberger.net> (raw)
In-Reply-To: <3EBBF965.4060001@nortelnetworks.com>; from cfriesen@nortelnetworks.com on Fri, May 09, 2003 at 02:54:29PM -0400
Chris Friesen wrote:
> I would like some way for the main one to restart, read the
> list of pids out of a file that it conveniently stashed away,
[...]
And until it has done this, any child death will still only be seen
by init. So you either didn't have a problem with this in the first
place, or you can make sure your children don't die while their
parents are changing, or you've just designed yourself a race
condition.
A design where the parent simply doesn't die would be much better.
> Has anyone ever done this?
You could use ptrace to pretty much this effect. Of course, this
only works if the child processes don't already use ptrace for
some other purpose, and your parent now needs to respond whenever
a child gets a non-terminal signal (in addition to the terminal
ones).
- Werner
--
_________________________________________________________________________
/ Werner Almesberger, Buenos Aires, Argentina wa@almesberger.net /
/_http://www.almesberger.net/____________________________________________/
next prev parent reply other threads:[~2003-05-10 9:27 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-05-09 18:54 Chris Friesen
2003-05-10 9:39 ` Werner Almesberger [this message]
2003-05-12 3:23 ` Chris Friesen
2003-05-12 7:33 ` Werner Almesberger
2003-05-12 14:03 ` Chris Friesen
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=20030510063936.D13069@almesberger.net \
--to=wa@almesberger.net \
--cc=cfriesen@nortelnetworks.com \
--cc=linux-kernel@vger.kernel.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
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®