Mailing List ArchiveSupport open source code!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: tlug: Apache httpd?
- To: tlug@example.com
- Subject: Re: tlug: Apache httpd?
- From: Shimpei Yamashita <shimpei@example.com>
- Date: Fri, 25 Feb 2000 02:04:53 +0900
- Content-Transfer-Encoding: 7bit
- Content-Type: text/plain; charset=us-ascii
- In-Reply-To: <4.2.0.58.J.20000225010852.00a3d260@example.com>; from YAMAGATA Hiroo <hiyori13@example.com> on Fri, Feb 25, 2000 at 01:14:11AM +0900
- References: <4.2.0.58.J.20000225010852.00a3d260@example.com>
- Reply-To: tlug@example.com
- Sender: owner-tlug@example.com
You(YAMAGATA Hiroo) wrote: > I started to play with Apache today, and it works fine, except that when I > do "ps -aux", I see that there are 11 httpd's running. > > I thought this was too much, so I "kill -9"ed a bunch of them, but then it > started acting strange, like not displaying some pictures. > > So, is the 11 httpds correct? But why so many? I looked at the docs but > didn't quite figure out where too read... > > Nothing important, but I'd appreciate it if someone could explain it for me. It is correct. Apache pre-forks a few copies of itself to handle multiple requests without having to use threads. The exact number of copies is configurable, so if you aren't expecting to be Slashdotted anytime soon, tweak down the appropriate variables, which are StartServers, MaxSpareServers, and MinSpareServers. Read http://www.apache.org/docs/mod/core.html for an explanation. -- Shimpei Yamashita <http://www2.gol.com/users/shimpei/> perl -w -e '$_="not a perl hacker\n";$q=qq;(.);x9;$qq=qq;345123h896789,;;$s= pack(qq;H6;,q;6a7573;);$qq=qq;s,^$q,$s$qq;;$qq=~s;(\d);\$$1;g;eval$qq;print;' -------------------------------------------------------------------- Next Technical Meeting: March 11 (Sat) 13:00 Temple University Japan * Topic: "What's new in Perl 5.6" Guest speaker: Simon Cozens (TLUG Perl guru) Next Nomikai Meeting: April 21 (Fri) 19:00 Tengu TokyoEkiMae -------------------------------------------------------------------- more info: http://www.tlug.gr.jp Sponsor: Global Online Japan
- References:
- tlug: Apache httpd?
- From: YAMAGATA Hiroo <hiyori13@example.com>
Home | Main Index | Thread Index
- Prev by Date: Re: tlug: Apache httpd?
- Next by Date: tlug: Ulrich Drepper's slides from last month's joint meeting
- Prev by thread: Re: tlug: Apache httpd?
- Next by thread: Re: tlug: Apache httpd?
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links