A daemon to call a function every 2 minutes with start and stop capablities

Posted by Vishal on Stack Overflow See other posts from Stack Overflow or by Vishal
Published on 2010-06-16T22:03:39Z Indexed on 2010/06/16 22:32 UTC
Read the original article Hit count: 299

Filed under:
|

Hi,

I am working on a django web application.

A function 'xyx' (it updates a variable) needs to be called every 2 minutes.

I want one http request should start the daemon and keep calling xyz (every 2 minutes) until I send another http request to stop it.

Appreciate your ideas.

Thanks Vishal Rana

© Stack Overflow or respective owner

Related posts about python

Related posts about django