Re: A daemon to call a function with configurable interval

2010-06-16 Thread Clovis Fabricio
2010/6/16 Vishal Rana : > I am working in a django web application. > A function 'xyx' need 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. Hello Vishal!

A daemon to call a function with configurable interval

2010-06-16 Thread Vishal Rana
Hi, I am working in a django web application. A function 'xyx' need 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 -- http://mail.pytho