Changes between Version 88 and Version 89 of Dev/Technical/ZEO


Ignore:
Timestamp:
07/22/10 08:44:56 (3 years ago)
Author:
dgalimbe
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Dev/Technical/ZEO

    v88 v89  
    5050Zeo Clients create a connection with the Zeo Server each time they need to read or write in the ZODB. 
    5151 
    52 Indico uses ZOE 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. 
     52Indico 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. 
    5353The 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) 
    5454 * cache-size: the maximun size of the client cache, in bytes