You don't need so many Apache processes! if you do, you are doing something seriously wrong.
A single Apache process with PHP or Perl and a database driver loaded will consume say 20MB of RAM. Multiply that by 100 gives you... 2GB. If you have MaxClients = 1024... do you have 20GB of RAM? If you must serve THAT many clients, I'm sure that much of the content is static. So put Lighty (lighttpd) on port 80, and Apache for the dynamic content on a high port like 8080. On 8/14/07, Jerome Macaranas <[EMAIL PROTECTED]> wrote: > memory.. memory.... specially for dynamic sites... i have tried this out.. > changed the max conn to 500+ (you need to edit a file and recompile).. my > server load went from an ave. of 1 to 200.. server starts to swap like > crazy... > > On Tuesday 14 August 2007 01:33, Sir June wrote: > > Hi, > > what are the factors need to consider when increasing maxclients of apache > > from 256 to 512 or 1024? i am currently using 1.3.27 and planning to > > upgrade 2.2.3. > > > > thanks! > > sirjune > > > > > > > > --------------------------------- > > Need a vacation? Get great deals to amazing places on Yahoo! Travel. > > _________________________________________________ > Philippine Linux Users' Group (PLUG) Mailing List > [email protected] (#PLUG @ irc.free.net.ph) > Read the Guidelines: http://linux.org.ph/lists > Searchable Archives: http://archives.free.net.ph > -- Orlando Andico Sales Consulting - Emerging Technologies ASEAN Oracle (Philippines) Corporation The statements and opinions expressed here are my own and do not necessarily represent those of Oracle Corporation. _________________________________________________ Philippine Linux Users' Group (PLUG) Mailing List [email protected] (#PLUG @ irc.free.net.ph) Read the Guidelines: http://linux.org.ph/lists Searchable Archives: http://archives.free.net.ph

