Date: 07 Nov 1999 19:24:59 +0200 From: Giorgos Keramidas <keramida@ceid.upatras.gr> To: freebsd-questions@freebsd.org Subject: Re: running processes Message-ID: <86puxmusd0.fsf@localhost.hell.gr> In-Reply-To: "Mark Einreinhof"'s message of "Sun, 7 Nov 1999 08:47:43 -0600" References: <000201bf292f$0caf9ae0$0201010a@cmr.net>
next in thread | previous in thread | raw e-mail | index | archive | help
"Mark Einreinhof" <montana1@home.com> writes: > Thanks, that worked... now I just wonder why I see 10 instances of apache > running? Because apache spawns by default a number of child processes listening for requests in order to provide quicker responses to it's connections. You can set the number of processes to be spawned by default, and the maximum number of apache's you want to be spawned under heavy www load, in the apache config file. Look for the MinSpareServers and MaxSpareServers directives. -- Giorgos Keramidas, <keramida@ceid.upatras.gr> "What we have to learn to do, we learn by doing." [Aristotle] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86puxmusd0.fsf>