[Zope] Oracle or PostGreSQL connection pool

Christopher Petrilli petrilli@digicool.com
Thu, 13 Jan 2000 19:05:05 -0500


On 1/13/00 3:57 PM, Nemeth Miklos at nemeth@iqsoft.hu wrote:

> Do the Oracle or PostgreSQL database adapters and the ZSQL technology
> support connection pooling?
> If I create a connection object, supposedly it may only be used by a
> single thread.
> I'd like to use ZSQL methods but my application should be very
> concurrent.

There will exist no more connections than there are applicaton threads.
Requests are pooled through applicaton threads, so you will see that form of
pooling.

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