[ZODB-Dev] persistent client caches okay to use again in ZODB 3.9.6?

Alan Runyan runyaga at gmail.com
Thu Oct 14 12:13:23 EDT 2010


>> I went for the following in the end:
>>
>> ...
>>      cache-size 200Mb
>>      client     app
>>      wait       on
>>    </zeoclient>
>>    mount-point /
>>    cache-size       50000
>>    cache-size-bytes 500Mb
>>
>> Any obvious issues with that?
>
> No.

each zeoclient needs a name in your conf. required
so the .zec files dont collide.  this is what is happening
to you.  look at component.xml again for details on assigning zeo
client a name or identifier.  that will give the filename a  suffix
like something-$identifier.zec

please open issue at launchpad; if this fails zope should NOT start.

alan


More information about the ZODB-Dev mailing list