Author: stas
Date: Tue Feb 22 16:52:24 2005
New Revision: 154919

URL: http://svn.apache.org/viewcvs?view=rev&rev=154919
Log:
dealing with restarts

Modified:
    perl/modperl/docs/trunk/src/docs/2.0/user/handlers/server.pod

Modified: perl/modperl/docs/trunk/src/docs/2.0/user/handlers/server.pod
URL: 
http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/docs/2.0/user/handlers/server.pod?view=diff&r1=154918&r2=154919
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/user/handlers/server.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/user/handlers/server.pod Tue Feb 22 
16:52:24 2005
@@ -648,8 +648,10 @@
 
 =head2 Dealing with Restarts
 
-META: to be written, talk about Apache::ServerUtil::restart_count();
-see t/conf/post_config_startup.pl
+Ideally the code running at the server startup shouldn't be affected
+by L<the apache restart|/Start_Immediately_Restarts>. If however this
+is not the case, you can use
+C<L<Apache::ServerUtil::restart_count|docs::2.0::api::Apache::ServerUtil/C_restart_count_>>.
 
 
 



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

Reply via email to