> I'm having a serious problem with Apache::Resource not killing
> children and ending up with all of the children in a hung state at the
> memory limit (Linux 2.6, mod_perl 1.29, Apache 1.33).
For what it's worth you might want to take a look at Apache::SizeLimit
which was recently upgraded and
On Sun, 23 Jul 2006, Fred Tyler wrote:
I'm having a serious problem with Apache::Resource not killing
children and ending up with all of the children in a hung state at the
memory limit (Linux 2.6, mod_perl 1.29, Apache 1.33).
For what it's worth you might want to take a look at Apache::SizeLi
I'm having a serious problem with Apache::Resource not killing
children and ending up with all of the children in a hung state at the
memory limit (Linux 2.6, mod_perl 1.29, Apache 1.33).
Here is the snippet from httpd.conf:
PerlModule Apache::Resource
# Both of the next two lines cause children
> sub request_cache {
> if ($ENV{MOD_PERL}) {
use Carp;
confess shift;
> require Apache2::RequestUtil;
> 316:my $request = Apache2::RequestUtil->request;
> my $cache = $request->pnotes();
tail -f error_log
apachectl restart
thats how I'm guessing there is some code no