On Monday, June 23, 2014 5:54:38 PM UTC+2, Lie Ryan wrote:

> If you don't want each thread to have their own copy of the object, 
> 
> Don't use thread-scoped session. Use explicit scope instead.

How would that work when multiple threads traverse the in-memory object 
structure and cause relationships to be loaded?

IIRC sqlalchemy's sessions are not thread safe.
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to