Hi,

>From time to time one URL hangs, in my python code, since
an other system is not available (not the fault of mod_wsgi).

But this hanging page/url "eats" all request handlers. Sooner or later
all request handlers wait for this hanging url. Other wsgi-application
still work fine.

My config:

   WSGIDaemonProcess modwork_foo_p user=modwork_foo_p group=modwork_foo_p 
threads=1 processes=8 maximum-requests=100
   WSGIScriptAlias /modwork 
/home/modwork_foo_p/modwork_foo/apache/django_wsgi.py
   <Location "/modwork">
       WSGIProcessGroup modwork_foo_p
       WSGIApplicationGroup %{GLOBAL}
       WSGIReloadMechanism Process
   </Location>

What can I do to avoid this?

If the timeout is set to e.g. 60 seconds, some other pages won't work, since
they need longer.

thank you,
  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.

Reply via email to