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
|