Re: Orphaned child processes

2008-04-07 Thread Donn Cave
In article <[EMAIL PROTECTED]>, John Nagle <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > > I'm using the Python processing module. I've just run into a problem > > though. Actually, it's a more general problem that isn't specific to > > this module, but to the handling of Unix (Linux pr

Re: Orphaned child processes

2008-04-07 Thread John Nagle
[EMAIL PROTECTED] wrote: > I'm using the Python processing module. I've just run into a problem > though. Actually, it's a more general problem that isn't specific to > this module, but to the handling of Unix (Linux processes) in general. > Suppose for instance that for some reason or another, aft

Orphaned child processes

2008-04-07 Thread rocco . rossi
I'm using the Python processing module. I've just run into a problem though. Actually, it's a more general problem that isn't specific to this module, but to the handling of Unix (Linux processes) in general. Suppose for instance that for some reason or another, after forking several child processe