I have some very long-running processes in my controller, wherein when
the method in the controller finishes, a new page is rendered to the
client.

However, often because of the length of time my controller runs for,
things (seem to) time out, the page seen on teh client changes to:

"Temporarily unavailable... we'll be back up in a minute. "

And the page I want ultimately rendered at the end of the controller
method, never gets rendered. Is there a means whereby I can change the
timeout parameters of paster (I assume that is where my problem is
occuring -- a timeout there) such that the process can complete
entirely? Thanks RVince

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to pylons-discuss@googlegroups.com.
To unsubscribe from this group, send email to 
pylons-discuss+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en.

Reply via email to