"French, Shawn" wrote:
> 
> I just found this: http://www.devshed.com/Talk/Books/ProApache/page2.html
> 
> "On Windows platforms, Apache does not fork; consequently, the directives
> for controlling the number of processes or their lifetime have no effect.
> Instead, Apache runs as a multi-threaded process"
> 
> Recall that I am using: Apache/1.3.20 (Win32) mod_perl/1.25_01-dev
> mod_ssl/2.8.4 OpenSSL/0.9.6a on Windows 2000 with PHP 4.21
> 
> Would this be why my scripts are working? Does this mean that as long as I
> stay with windows I will be alright?
> 
I'm guessing that it has more to do with having "KeepAlive On" (in
httpd.conf) and a client that supports HTTP 1.1.

For a test, try "KeepAlive Off", or use a client that doesn't support
HTTP 1.1 (Netscape 4.x, for example).

Reply via email to