Re: [wmii] Ruby-IXP 0.1 - restarting patch

From: Robert Linden <rob_AT_superhelden.de>
Date: Mon, 03 Jul 2006 21:37:21 +0200

Suraj N. Kurapati wrote:
> I agree (though I don't understand why) because I have observed that
> when I run a second wmiirc, all the programs launched by the first
> one (using system("program &")) do not terminate.

That is the normal behaviour if you start a process with &.
If the father-process is terminated the process becomes a child
of init. You can see that for example if you start something
in an xterm (say, "xclock &"), then close the xterm, and check
with pstree or "ps -xl".

All the best,
rob
Received on Mon Jul 03 2006 - 21:37:41 UTC

This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 16:10:34 UTC