Changes between Version 88 and Version 89 of Dev/Technical/ZEO
- Timestamp:
- 07/22/10 08:44:56 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Dev/Technical/ZEO
v88 v89 50 50 Zeo Clients create a connection with the Zeo Server each time they need to read or write in the ZODB. 51 51 52 Indico uses Z OEand ZODB without the ZOPE support, therefore the configuration for the ZEO-Client is directly made inside the code, at its initialization. More precisely in the DBMgr class when creating the Client Storage class.52 Indico uses ZEO and ZODB without the ZOPE support, therefore the configuration for the ZEO-Client is directly made inside the code, at its initialization. More precisely in the DBMgr class when creating the Client Storage class. 53 53 The Client Storage class accepts these configuration values (the complete list and description can be found at: http://svn.zope.org/ZODB/trunk/doc/zeo.txt?rev=82954&view=markup) 54 54 * cache-size: the maximun size of the client cache, in bytes
