Hi,

Are querysets threadsafe? i.e. If a query set object is shared across
requests, will it cause any issues? I ask because some of the code in
django/db/models/query.py looks like it might access the same
resources if called simultaneously from two threads.

Regards,

Will McGugan
http://www.willmcgugan.com

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to