On May 14, 3:57 pm, Pigletto <[EMAIL PROTECTED]> wrote: > You may take a look > there:http://code.djangoproject.com/wiki/DjangoSpecifications/Core/Threading Yeah, I've read that paper -- it looks like an investigation, but it seems to have no conclusion which could help me to make a right design decision.
> Recently I tried Apache in MPM worker mode with multiple threads and > get some "strange" errors (especially in django template system). > I think these errors were related to threadsafety, especially that now > I'm running my applications with mod_wsgi in daemon mode with only 1 > thread (no multithreading) and errors are gone. I don't use any Django templating (Mako instead) -- should I still avoid creating multiple threads in my Django instance? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---