On Mon, 2006-09-11 at 10:33 +0000, cyberco wrote:
> I've been looking around and the dispatcher/signals combo seems like a
> possible solution. I could raise the signals using cronjobs or so.

The signals are only within the same process, though. They don't wake up
other processes (they are not UNIX signals). Fortunately, the process
started by your cronjob can just import any bits of Django it might need
(e.g. for accessing models) and do the work directly.

> Unfortunately I can't find any decent documentation on
> dispatcher/signals. Does anybody here have a pointer?

http://code.djangoproject.com/wiki/Signals
http://feh.holsman.net/articles/2006/06/13/django-signals

Regards,
Malcolm



--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to