Yay, fine, thanks! And while we're at it: What exactly does "cache-size 8000" do? 8000 what? Objects, Kilobytes? Per connection in Pool size or over all? Can someone point me out to a document explaining that? /Carsten
-----Original Message----- From: Janko Hauser [mailto:jhauser@zscout.de] Sent: Friday, June 03, 2005 1:06 PM To: Germer, Carsten Cc: zope@zope.org Subject: Re: [Zope] Max Connections
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