Am Fri, 04 May 2007 21:06:52 -0700
schrieb Mambaragi <[EMAIL PROTECTED]>:

> Is there anything like Servlet Listener in django,python?

not easily if you use mod_python, because for every apache thread a new
python instance is being generated.

but it should be easy using fastcgi, since it uses a
single python instance to which apache connects.
see http://www.djangoproject.com/documentation/fastcgi/

just out of curiosity: what are your design-specific reasons for such a
thread?

Martin

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