Currently we *aim* to start up 250 worker threads by default (5 child
processes, 50 threads each).  (We actually start more, but that can be
fixed easily enough :) )

That seems pretty excessive for a default configuration.  On my normal
box for some reason Apache + my normal set of apps exhausts my user
id's limit for processes/threads.  

We all know there are issues here which admins can deal with in order
to run www.heap-big-server.com, but the normal Apache user doesn't
need to go down that path.

Currently, these are the defaults:

  StartServers      5
  ThreadsPerChild   50

I'd like to change this to something like

  StartServers      1
  ThreadsPerChild   25

for the threaded MPM.  (actual numbers not so important to me as long
as we aren't starting tons of threads)

Comments?
-- 
Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web site:
       http://www.geocities.com/SiliconValley/Park/9289/
             Born in Roswell... married an alien...

Reply via email to