Mailing List Archive

Support open source code!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: tlug: Apache httpd?



YAMAGATA Hiroo (lists.tlug):
>So, is the 11 httpds correct? But why so many? I looked at the docs but 
>didn't quite figure out where too read...

Yes, yes, that's perfectly fine. The server model that you're probably
used to runs as a single daemon and forks off when a client connects.
The child process then performs the request and terminates.

What Apache's model does is saves the time and expense of forking each
connection by maintaining a pool of children that it can pass the
request to. This means it can process the request faster and cheaper.

-- 
It is illegal to drive more than two thousand sheep down Hollywood
Boulevard at one time.
--------------------------------------------------------------------
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


Home | Main Index | Thread Index

Home Page Mailing List Linux and Japan TLUG Members Links