On Thursday, June 18, 2009, I.S. <isaacsh...@gmail.com> wrote: > > http://code.djangoproject.com/wiki/DjangoSpecifications/Core/Threading > states that "as of 1.0.2, Django has no known threading bugs," and > then promptly goes on to list a lot of annoying things you have to do > in a multithreaded system. Do you or don't you have to do that stuff > in a multithreaded apache setup with the latest Django? > > -I.S. > > > >
Django itself is threadsafe however any code you write needs to be threadsafe for your apps to be threadsafe. Also it should be noted that that page is not official nor is it's accuracy guanrteed. -- "I disapprove of what you say, but I will defend to the death your right to say it." --Voltaire "The people's good is the highest law."--Cicero --~--~---------~--~----~------------~-------~--~----~ 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 django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---