[Zope] timeouts on IE6
Tino Wildenhain
tino at wildenhain.de
Sat Oct 4 09:36:29 EDT 2003
Hi Dieter,
Dieter Maurer wrote:
> Dennis Allison wrote at 2003-10-2 13:37 -0700:
> > I have a zope page which goes off to an external method which can,
> > sometimes, take a long time (minutes). Apparently IE will timeout. My
> > user then does a reload which causes the external method to be
> > re-executed, etc.
> >
> > Any suggestions as to what to do?
>
> You may use the "refresh" "meta" tag.
> Search for details...
>
I'm sure this will not help to avoid the timeout :-)
Dennis,
try to output something during your method execution
via response.write()
Regards
Tino
More information about the Zope
mailing list