http://www.perlmonks.org?node_id=547255


in reply to Re^2: 'A' web server takes another "time out" (MaxClients)
in thread 'A' web server takes another "time out"

If PerlMonks is running under mod_perl you should able to use the Apache API to examine the current setting. You might even be able to dynamically change it!

-sam

  • Comment on Re^3: 'A' web server takes another "time out" (MaxClients)

Replies are listed 'Best First'.
Re^4: 'A' web server takes another "time out" (MaxClients)
by tye (Sage) on May 04, 2006 at 07:02 UTC

    If someone wants to take the time to be quite specific about how to check and/or set things like MaxClients and RLimitNPROC from mod_perl (or such), then I'll try them out. I did some looking but didn't come close to an answer in the short time I was able to devote to the search.

    Update: Corion reports looking into this and finding nothing useful for Apache1 (or at least that works on our web server).

    - tye