Django's equivalent are signals. Here's a few links:

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

Don

On May 4, 2007, at 9:06 PM, Mambaragi wrote:

>
> I need to start a thread when Apache(+Python+Django) starts up, end
> stop the thread when Apache stops.
>
> If I use Java, I could do that with Java Servlet Listener, but I
> couldn't have found how to do with django.
>
> Is there anything like Servlet Listener in django,python?


--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to