Re: mp2: starting a new completely separate perl process

2004-05-25 Thread Stas Bekman
Stefan Loones wrote: Hi all, First of all sorry if this is not really mod_perl related I'm looking for the best way to start a new process from a (SetHandler modperl) PerlResponseHandler. I don't want the ResponseHandler to wait for the new process. So the new process needs to be completely inde

mp2: starting a new completely separate perl process

2004-05-25 Thread Stefan Loones
Hi all, First of all sorry if this is not really mod_perl related I'm looking for the best way to start a new process from a (SetHandler modperl) PerlResponseHandler. I don't want the ResponseHandler to wait for the new process. So the new process needs to be completely independent. The new proc