Morten W. Petersen wrote at 2009-2-2 18:23 +0100: >how does one go about in the configuration file to disable the >ZEO file-caching feature?
What is the ZEO file-caching feature? When you mean the persistent ZEO client cache feature, then "ZODB/component.xml" --> "zeoclient" tells you about all available options, especially: <key name="client"> <description> Enables persistent cache files. The string passed here is used to construct the cache filenames. If it is not specified, the client creates a temporary cache that will only be used by the current object. </description> </key> -- Dieter _______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )