Apache::SizeLimit

Apache::SizeLimit - Because size does matter.
Download

Apache::SizeLimit Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Doug Bagley
  • Publisher web site:
  • http://search.cpan.org/~gozer/mod_perl-1.30/lib/Apache/SizeLimit.pm

Apache::SizeLimit Tags


Apache::SizeLimit Description

Apache::SizeLimit - Because size does matter. Apache::SizeLimit - Because size does matter.SYNOPSIS < Perl > Apache::SizeLimit->set_max_process_size(150_000); # Max size in KB Apache::SizeLimit->set_min_shared_size(10_000); # Min share in KB Apache::SizeLimit->set_max_unshared_size(120_000); # Max unshared size in KB < /Perl > PerlCleanupHandler Apache::SizeLimit******************************** NOIICE ******************* This version is only for httpd 1.x and mod_perl 1.x series. Future versions of this module may support both. Currently, Apache2::SizeLimit is bundled with mod_perl 2.x for that series.******************************** NOTICE *******************This module allows you to kill off Apache httpd processes if they grow too large. You can make the decision to kill a process based on its overall size, by setting a minimum limit on shared memory, or a maximum on unshared memory.You can set limits for each of these sizes, and if any limit is exceeded, the process will be killed.You can also limit the frequency that these sizes are checked so that this module only checks every N requests.This module is highly platform dependent, please read the "PER-PLATFORM BEHAVIOR" section for details. It is possible that this module simply does not support your platform.Requirements:· Perl


Apache::SizeLimit Related Software