Re: [sqlalchemy] queue pooling, mysql sleeping, for very occasional use apps?

2014-09-20 Thread Michael Bayer
On Sep 20, 2014, at 10:50 AM, Michael Bayer wrote: > > On Sep 19, 2014, at 8:43 PM, Iain Duncan wrote: > >> So can anyone tell me what exactly happens with NullPool, I'm not clear from >> the docs. Does that mean a fresh connection will be made on a new hit, and >> we'll never get the "gone

Re: [sqlalchemy] queue pooling, mysql sleeping, for very occasional use apps?

2014-09-20 Thread Michael Bayer
On Sep 19, 2014, at 8:43 PM, Iain Duncan wrote: > So can anyone tell me what exactly happens with NullPool, I'm not clear from > the docs. Does that mean a fresh connection will be made on a new hit, and > we'll never get the "gone away", but at the expense of slower connections? with the imp