Hi,
do you get a warning if you run out of worker processes?
I have this config:
WSGIDaemonProcess modwork_fm_p user=modwork_fm_p group=users threads=1
processes=8 maximum-requests=100
WSGIScriptAlias /modwork /home/modwork_fm_p/modwork_fm/apache/django_wsgi.py
<Location "/modwork/">
WSGIProcessGroup modwork_fm_p
WSGIApplicationGroup %{GLOBAL}
</Location>
Version: apache2-mod_wsgi-3.3-1.8.x86_64 apache2-prefork-2.2.15-3.7.x86_64
SuSE 11.3 Linux vis-work 2.6.34.8-0.2-default #1 SMP 2011-04-06 18:11:26 +0200
x86_64 x86_64 x86_64 GNU/Linux
I guess I was hit by running out of wsgi workers. Is there a way to debug the
usage of workers (how many
are idle, ...)?
Thomas
--
Thomas Guettler, http://www.thomas-guettler.de/
E-Mail: guettli (*) thomas-guettler + de
--
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.