On Tue, 20 May 2008 11:57:01 +0200, Jille <[EMAIL PROTECTED]> wrote:
> Does anyone know what the regular apache mpm's do when under 'high load'
?
> peruser drops a lot of requests; how about some define/config-setting to
> prevent it from doing this, and let it wait for a free processor ?

If you are using our patch, then you can use ProcessorWaitTimeout - this
describes how long should the multiplexer wait for free processor (see my
first post). By default it is set to 2 seconds. If the multiplexer is not
able pass the request in time, an error will be logged and connection will
be dropped. The error message is:
[error] Could not pass request to proper child, request will not be
honoured.

If you currently don't get any these errors then the problem is not in the
processor(s) being busy, but somewhere else. If you do, then perhaps the
default 2-second timeout is just too low.

-- 
Taavi Sannik
DataCode OÜ

_______________________________________________
Peruser mailing list
[email protected]
http://www.telana.com/mailman/listinfo/peruser

Reply via email to