[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Parallel processing within mod_perl


On 15 Nov 2007, at 12:30, Michael Lackhoff wrote:
Yes.
http://perl.apache.org/docs/1.0/guide/performance.html#Forking_a_New_Process

gives an explanation:
you must use CORE::exit() and not exit(), which would be automatically
overridden by Apache::exit() if used in conjunction with
Apache::Registry and similar modules.

It should be safe to replace exit with CORE::exit even for non- mod_perl
uses, so it would be nice to have this in the official version of the
module. Then it is easy to move the application to a new machine where
all modules are installed from CPAN.


Done, thanks. New release on its way to CPAN.

--
Andy Armstrong, Hexten





Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.