> > > What is the most up-to-date information about multithread safety in > > > Django? Is it a good idea to spawn several threads and use models from > > > there? You may take a look there: http://code.djangoproject.com/wiki/DjangoSpecifications/Core/Threading
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. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---