> 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
On Friday, November 12, 2010 11:42:51 Oliver Frommel wrote:
> I'd like to know if it's possible to fork an infinite loop in the
> postconfig stage of the Apache lifecycle. I am trying to do it in a file
> that I 'use' in the startup.pl that in turn is called by
> PerlPostConfigRequire. The fork cod
Hi there,
I'd like to know if it's possible to fork an infinite loop in the postconfig
stage of the Apache lifecycle. I am trying to do it in a file that I 'use' in
the startup.pl that in turn is called by PerlPostConfigRequire. The fork code I
am using is almost the same as the "Complete fork