rbowen      00/09/24 19:36:06

  Modified:    htdocs/manual/mod core.html
  Log:
  Changed Win32 comment here to make it consistent with reality and with
  the comment in windows.html
  Submitted by: Rich Bowen <[EMAIL PROTECTED]>
  
  Revision  Changes    Path
  1.173     +6 -1      httpd-docs-1.3/htdocs/manual/mod/core.html
  
  Index: core.html
  ===================================================================
  RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/mod/core.html,v
  retrieving revision 1.172
  retrieving revision 1.173
  diff -u -r1.172 -r1.173
  --- core.html 2000/09/15 19:09:47     1.172
  +++ core.html 2000/09/25 02:36:05     1.173
  @@ -2027,7 +2027,12 @@
   number of processes when the server load reduces.
   </UL>
   
  -<P>This directive has no effect on Win32.
  +<P>However, on Win32, It is recommended that this be set to 0. 
  +If it is set to a non-zero value, when the request count is reached,
  +the child process exits, and is respawned, at which time it re-reads
  +the configuration files.  This can lead to unexpected behavior if you
  +have modified a configuration file, but are not expecting the changes
  +to be applied yet. See also <A HREF="#threadsperchild">ThreadsPerChild</A>.
   
   <P><STRONG>NOTE:</STRONG> For <EM>KeepAlive</EM> requests, only the first
   request is counted towards this limit. In effect, it changes the
  
  
  

Reply via email to