[Zope] Long running process

Michel Pelletier michel@digicool.com
Thu, 10 Jun 1999 10:13:20 -0400


> -----Original Message-----
> From: Mikhail Terekhov [mailto:terekhov@emc.com]
> Sent: Thursday, June 10, 1999 9:58 AM
> To: zope@zope.org
> Subject: [Zope] Long running process
> 
> 
> Hi,
> 
> Suppose I've created Zope product which has a method whith heavy
> computations inside it. Is it possible to monitor execution of such
> method? I.e. not to wait until it finishes, but display the current
> status of computations.
> 

Yes, but if your not using 2.0 with ZODB3, this this computation will
block all other requests.

-Michel

> Regards
> Mike
> 
> _______________________________________________
> Zope maillist  -  Zope@zope.org
> http://www.zope.org/mailman/listinfo/zope
> 
> (For developer-specific issues, use the companion list,
> zope-dev@zope.org - http://www.zope.org/mailman/listinfo/zope-dev )
>