On May 14, 2:43 am, Graham Dumpleton <[EMAIL PROTECTED]>
wrote:
> 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
Sorry, apparently I misunderstood. So, when he said:
How about specifically whether mod_wsgi can be used to run many
threads serving web requests for Django?
he meant many threads serving the same Django project instance? Would
the goal here to be increased performance without the overhead of
having multiple processes consuming resources?
Thanks.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---