At 09:13 AM 1/17/2003, Pino Silvestre wrote: >I'd like to create a script that starts every period of time. How can I do >this? Could you please indicate me some sites with examples? Your best bet, currently, is to use whatever mechanism your OS provides (cron, at, etc) to call a script, hit a URL with wget, etc. FMI: http://www.zope.org/Members/lalo/cron HTH, Dylan