Re: [sqlalchemy] sqlalchemy "caching"

2010-05-31 Thread Michael Bayer
On May 31, 2010, at 3:43 AM, David wrote: > Hello, > > We are having a problem that is driving us crazy. We are in a load- > balanced environment, with 2 webservers using Django+SQLAlchemy, and > one database server. > > When a user is using the application, reads and writes work fine so > lon

[sqlalchemy] sqlalchemy "caching"

2010-05-31 Thread David
Hello, We are having a problem that is driving us crazy. We are in a load- balanced environment, with 2 webservers using Django+SQLAlchemy, and one database server. When a user is using the application, reads and writes work fine so long as the user is on a single webserver. However, when we ha