On Sat, Mar 29, 2008 at 3:52 AM, Graham Dumpleton <[EMAIL PROTECTED]> wrote: > The best I have ever been able to get out of anyone associated with > Django development about thread safety is the comments by Jacob Kaplan- > Moss in the following thread:
And that's really about the best anyone can say; there's never been any exhaustive review of the codebase to look for threading issues, but at the same time there are people who run Django under various threaded solutions and it seems to be working for them (and if it doesn't they should report bugs). The more general problem of writing thread-safe code is, of course, a huge topic, so I'm not sure that we could take Peter's suggestion and document "how to write thread-safe Django apps" without straying quite far from the "Django" bit and over into the "writing thread-safe code" bit ;) -- "Bureaucrat Conrad, you are technically correct -- the best kind of correct." --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---

