[svn:modperl-modules] rev 176 - Apache-Scoreboard-1.0/trunk

[email protected] 11 Mar 2005 23:44:59 -0000
Newsgroups perl.modperl.modules.svn
Message-ID <[email protected]>
Author: stas
Date: Fri Mar 11 15:44:58 2005
New Revision: 176

Modified:
   Apache-Scoreboard-1.0/trunk/Scoreboard.pm
Log:
docs fixes


Modified: Apache-Scoreboard-1.0/trunk/Scoreboard.pm
==============================================================================
--- Apache-Scoreboard-1.0/trunk/Scoreboard.pm	(original)
+++ Apache-Scoreboard-1.0/trunk/Scoreboard.pm	Fri Mar 11 15:44:58 2005
@@ -168,6 +168,13 @@
      ...
  }
 
+=item server_limit
+
+  $server_limit = $image->server_limit;
+
+same as C<Apache::Constants::HARD_SERVER_LIMIT>, but added for future
+compat with 2.x. Use that method to ease migration to mod_perl 2
+
 =item pids
 
 Returns an array reference of all child pids:
@@ -291,7 +298,7 @@
 
 =item req_time
 
-Returns the time taken to process the request in microseconds:
+Returns the time taken to process the request in milliseconds:
 
  my $req_time = $server->req_time;