[web2py] Memory leak in standalone DAL

2016-11-04 Thread Sukhmeet Toor
Hi web2py-users, I have an application that runs on CherryPy (v8.1.2) on Ubuntu (14.04.5 LTS) and python 2.7.6. I use standalone pyDAL (v16.09) to connect to my MySQL DB on AWS RDS. I'm seeing a constant memory leak on my servers which causes the process to use up 100% of RAM in a few hours and

Re: [web2py] Memory leak in standalone DAL (issue #731), can you please help test?

2012-04-20 Thread nick name
On Thursday, April 19, 2012 7:08:06 PM UTC-4, Ricardo Pedroso wrote: > I post a comment on this issue: > http://code.google.com/p/web2py/issues/detail?id=731#c4 > > I think this is not a bug but an incorrect use of the dal api. > Ricardo, thanks! That is indeed the problem. Whether or not it is a

Re: [web2py] Memory leak in standalone DAL (issue #731), can you please help test?

2012-04-19 Thread Ricardo Pedroso
On Wed, Apr 18, 2012 at 11:41 PM, nick name wrote: > Issue reference: 731: Standalone DAL is leaking memory+resources (don't know > whether or not inside web2py) I post a comment on this issue: http://code.google.com/p/web2py/issues/detail?id=731#c4 I think this is not a bug but an incorrect u

[web2py] Memory leak in standalone DAL (issue #731), can you please help test?

2012-04-18 Thread nick name
I can reproduce this problem on both Linux and Windows (have no access to a Mac), and Massimo cannot reproduce this on his Mac. Perhaps something is borked about all my python installations (some site-packages I use or something). Can you help test? Just go into the web2py directory, and start