On Wed, Jan 19, 2000 at 10:11:31PM -0800, aphro wrote: > i was wondeirng if anyone knew approx how many connection 1 apache process > could handle? just 1? or is it more.. > > nate >
I think it's one at a time. That's why you configure the number you want running at a time and the number of backup servers, etc. I'd look at things like Timeout, KeepAlive, MaxKeepAliveRequests, KeepAliveTimeout, MinSpareServers, MaxSpareServers, StartServers, and MaxClients in httpd.conf. I have no idea which are the best to fiddle with for different types of loads. Apparently this subject has led to some kernel effort, since there apparently is a mini race condition between all of the available processes whenever a new connection comes in. This is the "wake one" idea or something??? -- +----------------------------------------------------+ | Eric G. Miller egm2@jps.net | | GnuPG public key: http://www.jps.net/egm2/gpg.asc | +----------------------------------------------------+