[sqlalchemy] Possible Cacheing issue with SQLAlchemy

2012-03-08 Thread ypg
I am running SQLAlchemy under a multithreaded python server (paster), as part of a web application which is written using the Python Pyramid framework. When I modify an existing database entry through SQL alchemy, subsequent page refreshes seem to randomly pick between the original instance of

[sqlalchemy] Re: Possible Cacheing issue with SQLAlchemy

2012-03-08 Thread ypg
Ah, so it seems I was most confused about the intended usage of the scoped session - I was assuming that because it was designed to be multithreaded, that would imply that the same instance would be used for more than one request ... because an individual request is typically handled by a single