On Wed, Jan 18, 2012 at 7:11 PM, Graham Dumpleton
<[email protected]> wrote:
> Sorry about the delay in responding, Google groups never sent me a
> moderation email or Google is putting its own emails in the spam folder. I
> am also traveling away from home right now which hasn't help as had limited
> Internet access.

No worries. I appreciate the help!

> Can you you post some details about what Apache MPM you are using, what the
> MPM configuration is, plus whether using mod_wsgi daemon mode and if so what
> configuration for that.

The exact setup I used for the benchmarks is below the data and graph
at 
https://docs.google.com/spreadsheet/pub?hl=en_US&hl=en_US&key=0AurdDQB5QBe7dGFncnlUNkdKMVJ4NnYtRjhjaGFIeFE&output=html.

To answer your question, it's mpm-worker and mod_wsgi daemon mode.
    StartServers          2
    MinSpareThreads      25
    MaxSpareThreads      75
    ThreadLimit          64
    ThreadsPerChild      25
    MaxClients          150
    MaxRequestsPerChild   0
WSGIDaemonProcess example.com processes=2 threads=15 display-name=%{GROUP}

On our actual site, some settings are different but we are using
mpm-worker and mod_wsgi daemon mode.

> As far as getting much deeper insight into where time is being consumed,
> suggest start reading about what New Relic is. I work there these days and

I've heard great things about it and have actually already started the
trial period. It's super slick! If you have any thoughts about which
reports to use, I'd love to hear them. It's likely that we'll keep it
on at least one server after the trial period.

Thanks again,
Dan

-- 
You received this message because you are subscribed to the Google Groups 
"modwsgi" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/modwsgi?hl=en.

Reply via email to