Re: [Zope-dev] DB connection pooling

2001-03-05 Thread Erik Stephens
Dieter Maurer wrote: > > Erik Stephens writes: > > I've been working on an implementation of connection pooling for the > > MySQLDA. Basically, Zope connections will be pooled by connection > > string to reduce the number of unecessary connections to MySQL. > > Isn't that trivial with Zope (t

Re: [Zope-dev] DB connection pooling

2001-03-03 Thread Dieter Maurer
Erik Stephens writes: > I've been working on an implementation of connection pooling for the > MySQLDA. Basically, Zope connections will be pooled by connection > string to reduce the number of unecessary connections to MySQL. Isn't that trivial with Zope (thanks to acquisition)? Just insta

[Zope-dev] DB connection pooling

2001-03-02 Thread Erik Stephens
Hello all, I've been working on an implementation of connection pooling for the MySQLDA. Basically, Zope connections will be pooled by connection string to reduce the number of unecessary connections to MySQL. The number of connections will be reduced in 2 respects: 1) Multiple threads will sh