On 26 Jun 2006, at 19:07, Harish Mallipeddi wrote:
> I'm wondering if someone could advise me on how to do certain periodic > background tasks with django? For instance, if I needed to retrieve a > list of RSS feeds daily to check for updates how would I do that? > > Is there a way to do this by resorting to a solution within the django > framework and not some OS-level solution like cron jobs on Linux? I'm > developing on Windows and would love it if the solution is Ah. I've always done this kind of stuff with cron - that's certainly the gold standard for this kind of problem on Linux/Unix and something that's well supported by Django (since Python scripts can import and use Django models). Hopefully someone who has actually solved this will chip in, but from scanning around the web it seems that the equivalent in the Windows world is "Scheduled Tasks". There's a thread here that might be useful to you: http://weblogs.asp.net/pmarcucci/archive/2003/10/20/32662.aspx Cheers, Simon --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---