Mike Meyer wrote:
>John Abel <[EMAIL PROTECTED]> writes:
>
>
>
>>Hi!
>>
>>I'm currently writing a script which launches external programs, but
>>it keeps leaving zombie/defunct processes behind, until I kill the
>>launching script, which is a bit of a pain, as it's supposed to be a
>>daemon. Th
John Abel <[EMAIL PROTECTED]> writes:
> Hi!
>
> I'm currently writing a script which launches external programs, but
> it keeps leaving zombie/defunct processes behind, until I kill the
> launching script, which is a bit of a pain, as it's supposed to be a
> daemon. The code I'm using is:
>
> new
Hi!
I'm currently writing a script which launches external programs, but it
keeps leaving zombie/defunct processes behind, until I kill the
launching script, which is a bit of a pain, as it's supposed to be a
daemon. The code I'm using is:
newPid = subprocess.Popen( cmdLine[ 1: ], executable=