6 messages in com.googlegroups.pylons-discussActions without User Intervention
FromSent OnAttachments
Andrew Sayman30 Aug 2007 23:15 
Daniel Tang31 Aug 2007 11:56 
Andrew Sayman31 Aug 2007 12:30 
Aaron R31 Aug 2007 20:08 
Yury Yurevich31 Aug 2007 20:48 
Andrew Sayman01 Sep 2007 01:28 
Subject:Actions without User Intervention
From:Andrew Sayman (andr@public.gmane.org)
Date:08/30/2007 11:15:28 PM
List:com.googlegroups.pylons-discuss

Hello everybody!

I'm new to Pylons, but I have the basics down as far as I can tell.

What I'm trying to do is get an event to happen at certain increments of time. Specifically, I would like a model that stores DateTimes for when certain events should happen, and then fire off those events at the given time. I'd like this to happen whether somebody is currently accessing the site or not, but I can't seem to figure out if Pylons can even take an action without some sort of user interaction.

Any ideas?