Actually, that statement, "to the best of anyone's knowledge, Django does not have issues running in threaded servers, and if/when bugs are found which contradict that we fix them" is what I was looking for.
I probably should have asked, "Is Django intended and designed to be thread safe?" Obviously any large piece of software is susceptible to the introduction of bugs, and of course authors of extensions and application (e.g. programmers like me) can introduce non-threadsafe code. The important bottom line implied is that any thread unsafeness in the Django infrastructure would only be due to a bug, so such problems are most likely in my own development code. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

