[ZODB-Dev] How do I set the connection pool size?

Kapil Thangavelu hazmat at objectrealms.net
Wed Feb 18 23:34:31 EST 2004


fwiw, this and other related questions should go to the zope or zope-db
lists not the zodb list.

database adapters in zope are handled much like other objects in that
they are pulled into memory based on need, and persist according to
cache and memory usage semantics. ie the connection pool is dynamic and
will automatically adjust itself according to need ,upwards to a maximum
limited either by threads or a hardcoded max of 7.

-kapil


On Sun, 2004-02-15 at 21:10, Sandra Chong wrote:
> Hi there,
> 
> This is my first post to the list. I've been hunting around for any 'simple'
> (haha) notes on how to change the pool size for the ZOracleDA2 object.
> 
> As far as I can tell, I'm using Release v1.1. There is no .conf file that I
> can see. I've been told that the setting for this is in one of the Python
> files, but I can't seem to find it.
> 
> Has anyone done this before? How did you do it? Were you successful?
> 
> Many thanks in advance for your response. Any help is much appreciated.
> 
> Thank you,
> Sandra.
> 
> 
> _______________________________________________
> For more information about ZODB, see the ZODB Wiki:
> http://www.zope.org/Wikis/ZODB/
> 
> ZODB-Dev mailing list  -  ZODB-Dev at zope.org
> http://mail.zope.org/mailman/listinfo/zodb-dev
> 




More information about the ZODB-Dev mailing list