On 09/02/2015, at 9:00 PM, Paul Royik <[email protected]> wrote:
> Hello. > What is the difference between request-timeout and socket-timeout? Sorry, have had some dramas to sort out. Explaining this will have to wait until tomorrow. What exactly is your application doing anyway that it has request response times that can exceed well over 1 minute? It is not generally regarded as good practice to be doing long duration processing in process to a web server. It is generally better to farm it off to a backend task execution system and for the web request to lodge the task and then use some manner of polling mechanism to check for completion. Graham -- 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.
