Re: IPC3::Open3 and mod_perl

2010-11-15 Thread Fred Moyer
On Mon, Nov 15, 2010 at 1:36 PM, E R wrote: > I've just run into this bug: > http://rt.perl.org/rt3/Public/Bug/Display.html?id=66224 > > Apparently it's been a problem for a while - first being reported in 2001: > > http://marc.info/?l=apache-modperl&m=98839218229712&w=2 > > What would it take to

IPC3::Open3 and mod_perl

2010-11-15 Thread E R
I've just run into this bug: http://rt.perl.org/rt3/Public/Bug/Display.html?id=66224 Apparently it's been a problem for a while - first being reported in 2001: http://marc.info/?l=apache-modperl&m=98839218229712&w=2 What would it take to resolve this - either by changing IPC::Open3 or mod_perl o

Re: Forking in postconfig stage

2010-11-15 Thread Oliver Frommel
> The fork is certainly not the problem. > > ... I didn't understand all of your code but got it to work with some modifications (for instance "POSIX::_exit(0)"), so thanks for your help. Unfortunately after all my solution was slower than the PHP thing I wanted to substitute, although I was tr