[Zope-dev] DA Question...

Christopher Petrilli petrilli@digicool.com
Tue, 31 Aug 1999 09:54:33 -0400


> Hello,
> 
> I'm planning to write a product which depends on RDBMS access.
>
> My only concern are those thread-issues... Could a connectionpool (an
> object that holds 10 or more open connections) be a way around this ?

What are you trying to solve?  Either you can thread, or you can't.  If you
can't handle access from multiple threads, then 100 connections to the
database are useless when you can only talk to one SQLMethod at a time.

Connection pooling isn't that easy to get right either.

Chris

--
| Christopher Petrilli        Python Powered        Digital Creations, Inc.
| petrilli@digicool.com                             http://www.digicool.com