Re: Forking

2003-09-12 Thread Neil Gunton
"Cameron B. Prince" wrote: > > Hi all, > > I have an Embperl page that uses a custom module which has code that calls > an external perl script via fork. This script takes a considerable amount of > time to run and I need it to just run in the background. I've gotten it to > work but I'm noticing

Forking

2003-09-12 Thread Cameron B. Prince
Hi all, I have an Embperl page that uses a custom module which has code that calls an external perl script via fork. This script takes a considerable amount of time to run and I need it to just run in the background. I've gotten it to work but I'm noticing that I've got zombies once the processes