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

