ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> zodb-dev
zodb-dev
Re: [ZODB-Dev] Configuring Zope 2.7b1 clients for ZEO usage
by Chris McDonough other posts by this author
Aug 18 2003 9:34PM messages near this date
[ZODB-Dev] Configuring Zope 2.7b1 clients for ZEO usage | Re: [ZODB-Dev] Configuring Zope 2.7b1 clients for ZEO usage
Right.  The basic gist is:

<zodb_db> 
  mount-point /
  <zeoclient> 
     storage 1
     cache-size 20000000
     name zeostorage
     client myhostname
     var $INSTANCE/var
  </zeoclient> 
</zodb_db> 

zodb_db parameters: mount-point is the mount point within the ZODB.

zeoclient parameters: storage is the storage name on the ZEO server
(typically '1' or 'main'), cache-size is the ZEO client cache size in
bytes, name is the name of the storage (useful if you mount multiple
storages), client enables persistent cache files, and var says where
to put them.

There are other options you can explore within
lib/python/Zope/Startup/zopeschema.xml and
lib/python/ZODB/component.xml, but this should get you going.




----- Original Message ----- 
From: "Joachim Werner" <joe@[...].de> 
To: <zodb-dev@[...].org> 
Sent: Monday, August 18, 2003 5:07 PM
Subject: [ZODB-Dev] Configuring Zope 2.7b1 clients for ZEO usage


>  Hi!
> 
>  I haven't found any documentation on how to configure a Zope 2.7
client
>  for ZEO. That's funny because ZEO is a part of the Zope 2.7 distro
now ...
> 
>  I'd just need some basic syntax reference or so.
> 
>  What I have already guessed is that I'll have to write something
into
>  the zodb_db section of zope.conf ...
> 
>  Cheers
> 
>  Joachim
> 
> 
>  _______________________________________________
>  For more information about ZODB, see the ZODB Wiki:
>  http://www.zope.org/Wikis/ZODB/
> 
>  ZODB-Dev mailing list  -  ZODB-Dev@[...].org
>  http://mail.zope.org/mailman/listinfo/zodb-dev
> 


_______________________________________________
For more information about ZODB, see the ZODB Wiki:
http://www.zope.org/Wikis/ZODB/

ZODB-Dev mailing list  -  ZODB-Dev@[...].org
http://mail.zope.org/mailman/listinfo/zodb-dev
Thread:
Joachim Werner
Chris McDonough
Jim Roepcke
Jeremy Hylton
Joachim Werner

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved