Re: Apache2::SubProcess sucks
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Message-ID | <[email protected]> |
On Feb 20, 2010, at 7:01 AM, Tosh Cooey wrote: > Anyway, the solution, at least so far until I run into other > problems, seems to be to just make a system() call and the called > program uses Proc::Daemon and things *seem* to work fine in > testing, we'll see when it hits production... > > Tosh > Doesn't a process that calls 'system' wait for the child process to complete? If the parent process is an Apache child, is that in keeping with what you're trying to do? cmac