[Zope3-Users] Re: how to get zope shutdown event and do some actions at that time?

2006-11-08 Thread Philipp von Weitershausen
Shailesh Kumar wrote: Thank you Phillip, Just for curiosity, is this zc.async package always going to be a third party or is there any plan of making the package part of regular zope distribution? I don't know of such plans and I would say it's unlikely. It's also quite irrelevant for the fut

Re: [Zope3-Users] Re: how to get zope shutdown event and do some actions at that time?

2006-11-08 Thread Shailesh Kumar
Thank you Phillip, Just for curiosity, is this zc.async package always going to be a third party or is there any plan of making the package part of regular zope distribution? With regards, -shailesh On 11/8/06, Philipp von Weitershausen <[EMAIL PROTECTED]> wrote: Shailesh Kumar wrote:> In my zop

[Zope3-Users] Re: how to get zope shutdown event and do some actions at that time?

2006-11-08 Thread Philipp von Weitershausen
Shailesh Kumar wrote: In my zope based application, I want to do some periodic actions. I couldn't find out any timer kind of facility in zope. There's a third party package, zc.async, that may solve this problem: http://svn.zope.org/zc.async/trunk/src/zc/async/ -- http://worldcookery.com --

[Zope3-Users] Re: how to get zope shutdown event and do some actions at that time?

2006-11-07 Thread Shailesh Kumar
One way I can do it is by registering a utility whose __del__( self) method is overridden. Is it a recommended method? With regards, -shailesh On 11/8/06, Shailesh Kumar <[EMAIL PROTECTED]> wrote: Dear zope experts, In my zope based application, I want to do some periodic actions. I co