On Jun 18, 4:49 pm, "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?
Even if Django is internally thread safe, it doesn't absolve you
somehow from making your own application code built on top of Django
thread safe. If you don't know how to make your own code thread safe,
then don't use a multithreaded hosting configuration.
Graham
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---