[sqlalchemy] Re: Sqlalchmey session memory is never released when used with pyramid.

2014-08-19 Thread Narendra L
Thank you Jonathan I have created a standalone app and uploaded in github *EXAMPLE APP:* https://github.com/Narengowda/pyramid_sqlalchemy_app *APP CONFIGURATION:* Python version: Python 2.7.1 OS: Linux desktop-m 2.6.32-431.el6.x86_64 #1 SMP Fri Nov 22 03:15:09 UTC 2013 x86_64 x86_64 x86_64

[sqlalchemy] Re: Sqlalchmey session memory is never released when used with pyramid.

2014-08-19 Thread Narendra L
Thank you Jonathan I have created a standalone app and uploaded in github *EXAMPLE APP:* https://github.com/Narengowda/pyramid_sqlalchemy_app *CONFIGURATION:* Python version: Python 2.7.1 OS: Linux desktop-m 2.6.32-431.el6.x86_64 #1 SMP Fri Nov 22 03:15:09 UTC 2013 x86_64 x86_64 x86_64

[sqlalchemy] Sqlalchmey session memory is never released when used with pyramid.

2014-08-15 Thread Narendra L
Actual question is here: http://stackoverflow.com/questions/25200475/sqlalchmey-memory-leak-how-to-free-memory What measures should I take to cleanup old session objects? Isn't session.close() is sufficient? or Is it something to do with pyramid? Sqlalchmey