Re: [web2py] Standalone DAL leaves mysql connections opened

2012-07-18 Thread Massimo Di Pierro
No. The nightly build is late. Will rebuild it soon. On Wednesday, 18 July 2012 09:31:13 UTC-5, Phyo Arkar wrote: > > Is nightly build same with mercurial/git? > i tried and db.close() do not exist there. > > On Wednesday, July 18, 2012, Phyo Arkar wrote: > >> any resolutions on this? >> >> On Wed

Re: [web2py] Standalone DAL leaves mysql connections opened

2012-07-18 Thread Phyo Arkar
Is nightly build same with mercurial/git? i tried and db.close() do not exist there. On Wednesday, July 18, 2012, Phyo Arkar wrote: > any resolutions on this? > > On Wednesday, July 18, 2012, Phyo Arkar wrote: > > > I am also having same problem , web2py DAL do not close connection and > fails af

Re: [web2py] Standalone DAL leaves mysql connections opened

2012-07-18 Thread Phyo Arkar
any resolutions on this? On Wednesday, July 18, 2012, Phyo Arkar wrote: > > I am also having same problem , web2py DAL do not close connection and > fails after too many connection on mysql opened. > > I do not have any problem before versions 1.99.1 or 1.99.2 . is that new > bug introduced after

Re: [web2py] Standalone DAL leaves mysql connections opened

2012-06-28 Thread Daniel González Zaballos
A little bump in this topic. Somebody has any idea of how use standalone dal without leaving connections opened? BR Daniel El 22/06/12 18:23, demetrio escribió: Hi everyone, I have connected WebDAV and SVN auth with a wsgi script. I needed to use a standalone DAL. When you do a dav petition

[web2py] Standalone DAL leaves mysql connections opened

2012-06-22 Thread demetrio
Hi everyone, I have connected WebDAV and SVN auth with a wsgi script. I needed to use a standalone DAL. When you do a dav petition with the navigator it makes a lot of petitions. Well, the thing is that always there is a connection opened (i can see them with PhpMyAdmin) if self.db: self