On Dec 30, 2006, at 12:07 AM, Jose Galvez wrote:

one more quick question below you mention that the SQLAlchemy session
is persistent and needs to be cleared every request, but that a new one can be created instead. If a new one is created with each request, I'm
assuming that the old one is cleaned up, is that right? I guess I just
don't won't old sessions hanging about taking up memory

Correct, they'll be deallocated and garbage collected by Python.

- Ben

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" 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/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to