I'm quite excited to announce the first release of Apache::SizeLimit independent of the mod_perl 1.x core. Thanks to Geoff Young, Perrin Harkin, and Phil G for all their help with the work that went into making this happen.

  file: $CPAN/authors/id/D/DR/DROLSKY/Apache-SizeLimit-0.9.tar.gz
  size: 18685 bytes
   md5: 59765709981ac232712a270cf2646247

=item 0.9 2006-07-12

  Copied from the mod_perl 1 core for an independent CPAN release.
  [Philip M. Gollucci <[EMAIL PROTECTED]>]

  Added support for using Linux::Smaps (on Linux only, obviously) to
  get much more accurate shared memory numbers on 2.6.x kernels. Taken
  from Apache2::SizeLimit.
  [Dave Rolsky <[EMAIL PROTECTED]>]

  Added support for using Linux::Pid to get the parent pid on
  Linux. This fixes a long-standing bug that caused this module to never
  actually kill a process when using Perl 5.8.1+ on Linux.
  [Dave Rolsky <[EMAIL PROTECTED]>]

  Added new OO methods for configuring the module,
  C<set_max_process_size()>, C<set_min_shared_size()> ,and
  C<set_max_unshared_size()>.
  [Dave Rolsky <[EMAIL PROTECTED]>]

  Added a new method, C<add_cleanup_handler()>.
  [Dave Rolsky <[EMAIL PROTECTED]>]

  Documentation for new API, as well as lots of general work on the
  docs.
  [Dave Rolsky <[EMAIL PROTECTED]>]

  Much code refactoring.
  [Dave Rolsky <[EMAIL PROTECTED]>]

  Added many tests for both the new and deprecated APIs.
  [Dave Rolsky <[EMAIL PROTECTED]>]

  Deprecated use of globals and the existing C<setmax()>, C<setmin()>,
  and C<setmax_unshared()> functions.
  [Dave Rolsky <[EMAIL PROTECTED]>]

  When calling C<setmax()>, C<setmin()>, and C<setmax_unshared()>,
  only add Apache::SizeLimit as a cleanup handler once, not once for
  each function call. Taken from Apache2::SizeLimit.
  [Dave Rolsky <[EMAIL PROTECTED]>]

  Fixed calculation of shared memory on BSD.
  [Philip M. Gollucci <[EMAIL PROTECTED]>]

  Removed support for OSX, because testing shows that BSD::Resource is
  not working on that platform.
  [Dave Rolsky <[EMAIL PROTECTED]>]



-dave

/*===================================================
VegGuide.Org                        www.BookIRead.com
Your guide to all that's veg.       My book blog
===================================================*/

Reply via email to