I use Python 3.2 and Apache with mod_wsgi 4.2.6. I have a query which 
requires too much time to be completed (a few minutes). As a result apache 
returns the error "gateway time-out". Changing the timeout (to 300 seconds) 
in httpd.conf helps, but I would like to avoid changing this parameter. For 
example, I may call some function which will say to Apache that data 
processing is still active and Apache should wait for a while. I supply 
*processes=2 
threads=1 display-name=%{GROUP} lang=en_US.UTF-8 locale=en_US.UTF-8 *options 
to the WSGIDaemonProcess directive. So I don't supply any timeout option. 
According to the desription of timeout options (inactivity-timeout, 
deadlock-timeout 
and shutdown-timeout) it doesn't look like they may help.

-- 
You received this message because you are subscribed to the Google Groups 
"modwsgi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/modwsgi.
For more options, visit https://groups.google.com/d/optout.

Reply via email to