Hi,

I'm getting a memory leak with my app - the stack is apache2,
mod_wsgi, web.py - and then a lot of sqlalchemy and my own code. The
issue may well not be with my usage of SQLA - just making sure there's
nothing I might be doing wrong with it.

At the start of every web request (__init__ for a controller) I open a
Session(), and in __del__ I close() it. Is there anything else I ought
to do?

Any pointers on how to chase down my memory problem?

Thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
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