[sqlalchemy] Re: Question about when to use connection pooling

2008-07-25 Thread Michael Bayer
On Jul 25, 2008, at 8:23 AM, Bram Avontuur wrote: > As I can see, the turbogears way of creating the session as I > described above does not use a connection pool. First of all, am I > right to assume this? The default way is to create a new connection to > the database whenever a session object

[sqlalchemy] Re: Question about when to use connection pooling

2008-07-25 Thread Bram Avontuur
> > As I can see, the turbogears way of creating the session as I > > described above does not use a connection pool. First of all, am I > > right to assume this? The default way is to create a new connection to > > the database whenever a session object is instantiated this way? > > the Session u