On May 14, 1:16 pm, rcs_comp <[EMAIL PROTECTED]> wrote:
> On May 13, 5:20 pm, TP <[EMAIL PROTECTED]> wrote:
>
> > How about specifically whether mod_wsgi can be used to run many
> > threads serving web requests for Django?
>
> My understanding is that you can only run one instance of Django per
> Application Group/Pool.  You can read here for more info:
>
> http://groups.google.com/group/django-developers/browse_thread/thread...

That issue is nothing to do with thread safety. It relates to running
multiple Django instances within same Python interpreter.

Graham
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected]
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