[Zope] Max Connections
Janko Hauser
jhauser at zscout.de
Fri Jun 3 07:05:40 EDT 2005
Am 03.06.2005 um 12:54 schrieb Germer, Carsten:
> Pascal,
> Would you be so kind to send the <zodb>-part of your config?
> I Increased the zserver-threads for exactly the mentioned reasons
> but I was not aware of the "connectio pool"-parameter, nor can I
> find it anywhere in my zope.conf :)
Carsten look into lib/python/ZODB/component.xml There are all ZConfig
directives defined and their defaults. From this I would assume the
following ZODB config
<zodb_db main>
# Main FileStorage database
<filestorage>
path $INSTANCE/var/Data.fs
</filestorage>
mount-point /
cache-size 8000
pool-size 15
</zodb_db>
HTH,
__Janko
More information about the Zope
mailing list