[sqlalchemy] Re: Strange caching problem with Apache

2008-03-31 Thread john spurling
On Mar 29, 8:11 am, Lukasz Szybalski [EMAIL PROTECTED] wrote: On Fri, Mar 28, 2008 at 10:54 PM, Graham Dumpleton [EMAIL PROTECTED] wrote: On Mar 29, 11:02 am, Michael Bayer [EMAIL PROTECTED] wrote: On Mar 28, 2008, at 7:56 PM, john spurling wrote: I added debugging to get id

[sqlalchemy] Strange caching problem with Apache

2008-03-28 Thread john spurling
I'm having a strange caching problem when using SQLAlchemy with Apache and mod_python. Using the ORM, I have a class that maps to a simple table with two columns and no foreign keys. When I get an HTTP request, I get the desired object by primary key and return the value of the attribute that

[sqlalchemy] Re: Strange caching problem with Apache

2008-03-28 Thread john spurling
On Mar 28, 4:12 pm, Michael Bayer [EMAIL PROTECTED] wrote: On Mar 28, 2008, at 6:42 PM, john spurling wrote: The funny part is that if I run this very same code in a standalone Python process (where the process is kept alive, like the Apache process), there is no caching behavior