3 Jun
2005
3 Jun
'05
11:05 a.m.
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