i've done two things to handle this in the past:

1- CRON
I used to just write a simple script to handle it all, then have cron
run at 1,5,10,15,30,60 minute intervals or whatever.. and use some PID
files to make sure I don't have an overlap in execution

2- Twisted
Now I often just run a twisted daemon on the server, that handles all
that kind of stuff.  It has a scheduling functionality built in, plus
semaphores -- so I can keep all the process logic in python.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to