[ZODB-Dev] Newbe ZODB questions

ethan mindlace fremen mindlace@digicool.com
Thu, 14 Jun 2001 17:33:48 -0400


David Brown wrote:

> I, for one, would love to see what the custom_zodb.py file for Zope.org 
> looks like.


   import ZServer, ZEO.ClientStorage
   Storage=ZEO.ClientStorage.ClientStorage(
       ('10.0.11.6',2221),
       storage='Data',
       cache_size=300*1000*1000,
       max_disconnect_poll=40,
       min_disconnect_poll=1,
       )

See also:

http://www.zope.org/About/ZEOClient

~ethan