[Zope] Return results immediately but continue processing
Thierry Florac
thierry.florac@onf.fr
03 Dec 2002 10:15:45 +0100
On Mon, 2002-12-02 at 23:50, Ausum Studio wrote:
> Read the answer to the today's post "MessageDialog in Python Script".
> You may also find useful this how-to:
> http://www.zope.org/Members/don/long_procces
I've read this howto and it seems quite simple...
But what does happens if the user cancel the request on his browser
during this long-time process ??
- does the process goes until the end or is it cancelled immediately ?
- in the first case, is there any way to check that the operation has
been cancelled by the browser, so that the operation can be stopped ?
Thanks for these informations.
Thierry