On 22 February 2010 10:37, Szymon Kosok <[email protected]> wrote: > Hi, > > I have recently some performance issues with my project, so I've > started playing with mod_wsgi config. Can you give some advices? > > Core2Duo 2,4 Ghz, 4 GB of ram. DB is on other machine. Apache + > mod_wsgi (worker MPM) with nginx for static and reverse proxy for > Apache (on same server). FreeBSD 7.1. > > Django project, for now one Apache process is around 200 MB of memory > usage (it's big Django project). > > There are 40-50 req/s in peak time, mod_wsgi is on deamon mode. So... > how much processes and threads, and how to configure MPM?
What daemon process configuration are you currently using? You have 40-50 req/s, but do you know what your typical/worst case request response times are? Graham -- 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.
