Marcin Krol wrote:
>
>> the Session itself
>> should be closed out after each request (i.e. session.close())
>
> Really? Nowhere in the docs I have read I should do that, really...

here is a diagram illustrating the whole thing, with four paragraphs of
discussion below:

http://www.sqlalchemy.org/docs/05/session.html#lifespan-of-a-contextual-session

Try ensuring you use a new session for each request and see if results
improve.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to