gozer       2004/09/09 11:29:34

  Modified:    src/docs/2.0/api/Apache Reload.pod
  Log:
  Add Apache::Reload->unregister_module() to explicitely remove a
  module from Apache::Reload's monitoring list
  
  Revision  Changes    Path
  1.11      +7 -0      modperl-docs/src/docs/2.0/api/Apache/Reload.pod
  
  Index: Reload.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/api/Apache/Reload.pod,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- Reload.pod        22 May 2004 02:03:27 -0000      1.10
  +++ Reload.pod        9 Sep 2004 18:29:34 -0000       1.11
  @@ -151,6 +151,13 @@
   magically reloaded on the next request. This option works with any
   mode described before.
   
  +=head2 Unregistering a module
  +
  +In some cases, it might be necessary to explicitely stop reloading
  +a module.
  +
  +  Apache::Reload->unregister_module('Some::Module');
  +
   =head1 Performance Issues
   
   This modules is perfectly suited for a development environment. Though
  
  
  

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

Reply via email to