I have a page in Zope which calls a Perl script via an External Method. The perl script takes a long time to complete -- about 8 minutes. After exactly 5 minutes, I see a second perl process launched by Zope. At 8 minutes, the first perl process completes, but I do not see the response in my browser. After 10 minutes, I get "This page cannot be displayed" in my browser, but the second perl process is still running. Does Zope have a timeout that is causing it to re-try the perl script after 5 minutes? Is this adjustable?
Never heard of such a timeout. -aj --On Friday, June 21, 2002 14:45 -0400 "Granzow, Doug (NCI)" <granzowd@mail.nih.gov> wrote:
I have a page in Zope which calls a Perl script via an External Method. The perl script takes a long time to complete -- about 8 minutes. After exactly 5 minutes, I see a second perl process launched by Zope. At 8 minutes, the first perl process completes, but I do not see the response in my browser. After 10 minutes, I get "This page cannot be displayed" in my browser, but the second perl process is still running.
Does Zope have a timeout that is causing it to re-try the perl script after 5 minutes? Is this adjustable?
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
--------------------------------------------------------------------- - Andreas Jung http://www.andreas-jung.com - - EMail: andreas at andreas-jung.com - - "Life is too short to (re)write parsers" - ---------------------------------------------------------------------
participants (2)
-
Andreas Jung -
Granzow, Doug (NCI)