Return-Path: Delivered-To: new-httpd-archive@hyperreal.org Received: (qmail 24757 invoked by uid 6000); 16 Aug 1999 21:39:03 -0000 Received: (qmail 24745 invoked from network); 16 Aug 1999 21:39:01 -0000 Received: from dillinger.io.com (manojk@199.170.88.20) by taz.hyperreal.org with SMTP; 16 Aug 1999 21:39:01 -0000 Received: (from manojk@localhost) by dillinger.io.com (8.9.1/8.9.1a) id QAA01532 for new-httpd@apache.org; Mon, 16 Aug 1999 16:38:59 -0500 (CDT) Date: Mon, 16 Aug 1999 16:38:59 -0500 From: Manoj Kasichainula To: new-httpd@apache.org Subject: Re: cvs commit: apache-2.0/mpm README.rse Message-ID: <19990816163859.A1039@io.com> References: <19990812120930.1235.qmail@hyperreal.org> <199908121421.QAA06519@deejai.mch.sni.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/0.96.3i In-Reply-To: <199908121421.QAA06519@deejai.mch.sni.de>; from Martin Kraemer on Thu, Aug 12, 1999 at 04:21:06PM +0200 Sender: new-httpd-owner@apache.org Precedence: bulk Reply-To: new-httpd@apache.org On Thu, Aug 12, 1999 at 04:21:06PM +0200, Martin Kraemer wrote: > > + NumServers 1 > > + StartThreads 32 > > + MinSpareThreads 32 > > + MaxSpareThreads 32 > > + MaxThreadsPerChild 32 > > + MaxRequestsPerChild 0 > > Does it make sense to set MinSpareThreads to the same value as > MaxSpareThreads? I thought that would cause unneccessary > housekeeping on light load changes. There ought to be a "hysteresis" > to allow for load changes without having to create/destroy threads > all the time. In this particular case, it's okay. Since MaxThreadsPerChild is 32, the directives above will peg the threads/child at exactly 32; none will be started or stopped after that. Or at least that's the intention. -- Manoj Kasichainula - manojk at io dot com - http://www.io.com/~manojk/ "Anybody who says 'disk is cheap' deserves to be shot." - Linus Torvalds