Author: stas
Date: Mon Dec  6 09:16:28 2004
New Revision: 109992

URL: http://svn.apache.org/viewcvs?view=rev&rev=109992
Log:
more polishing

Modified:
   perl/modperl/docs/trunk/src/docs/2.0/api/Apache/SizeLimit.pod

Modified: perl/modperl/docs/trunk/src/docs/2.0/api/Apache/SizeLimit.pod
Url: 
http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/docs/2.0/api/Apache/SizeLimit.pod?view=diff&rev=109992&p1=perl/modperl/docs/trunk/src/docs/2.0/api/Apache/SizeLimit.pod&r1=109991&p2=perl/modperl/docs/trunk/src/docs/2.0/api/Apache/SizeLimit.pod&r2=109992
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/api/Apache/SizeLimit.pod       
(original)
+++ perl/modperl/docs/trunk/src/docs/2.0/api/Apache/SizeLimit.pod       Mon Dec 
 6 09:16:28 2004
@@ -2,6 +2,8 @@
 
 Apache::SizeLimit - Because size does matter.
 
+
+
 =head1 Synopsis
 
 This module allows you to kill off Apache httpd processes if they grow
@@ -20,7 +22,8 @@
 
 Or you can just check those requests that are likely to get big, such
 as CGI requests.  This way of checking is also easier for those who
-are mostly just running CGI scripts under C<ModPerl::Registry>:
+are mostly just running CGI scripts under
+C<L<ModPerl::Registry|docs::2.0::api::ModPerl::Registry>>:
 
   # in your script:
   use Apache::SizeLimit;
@@ -38,11 +41,14 @@
 This will only check the process size every other time the process
 size checker is called.
 
+
+
+
 =head1 Description
 
 This module is highly platform dependent, please read the
-L<Caveats|/Caveats> section.  It also does not work under threaded
-MPMs, as explained below.
+L<Caveats|/Caveats> section.  It also does not work L<under threaded
+MPMs|/Supported_MPMs>.
 
 This module was written in response to questions on the mod_perl
 mailing list on how to tell the httpd process to exit if it gets too
@@ -73,6 +79,10 @@
 technique shown in this module and set their C<MaxRequestsPerChild>
 value to C<0>.
 
+
+
+
+
 =head1 Shared Memory Options
 
 In addition to simply checking the total size of a process, this
@@ -89,6 +99,10 @@
 physical RAM, allowing most processes to live longer and reducing the
 process churn rate.
 
+
+
+
+
 =head1 Caveats
 
 This module is platform dependent, since finding the size of a process
@@ -97,7 +111,11 @@
 maximum shared memory are currently only supported on Linux and BSD.
 If you can contribute support for another OS, please do.
 
-Currently supported OSes:
+
+
+
+
+=head2 Supported OSes
 
 =over 4
 
@@ -144,7 +162,7 @@
 
 
 
-=head1 Threaded MPMs
+=head2 Supported MPMs
 
 At this time, C<Apache::SizeLimit> does not support use under threaded
 MPMs.  This is because there is no efficient way to get the memory
@@ -154,10 +172,14 @@
 
 
 
+
+
 =head1 Copyright
 
 mod_perl 2.0 and its core modules are copyrighted under
 The Apache Software License, Version 2.0.
+
+
 
 
 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to