Creating a service/deamon ??

Bryan belred1 at yahoo.com
Wed May 14 22:57:36 EDT 2003


i'm currently doing this using the windows task scheduler.  basically it's a
main that contains a forever loop.  in the task scheduler i just point it to
my python script and set the schedule to "At System Startup".   works great.

bryan


"Irmen de Jong" <irmen at -NOSPAM-REMOVETHIS-xs4all.nl> wrote in message
news:3ec29a4d$0$49110$e4fe514c at news.xs4all.nl...
> Thomas Weholt ( PRIVAT ) wrote:
> > Hi,
> >
> > I need to create a long-time running service/deamon that will monitor
some
> > email-accounts and do certain jobs on given intervals.
>
> Umm.. what's wrong with a regular python script called from a cron job?
> This does the trick on Linux, right?
> No need to have a long running server for this?
>
> --Irmen
>






More information about the Python-list mailing list