[Zope-Checkins] CVS: ZODB3/ZEO - schema.xml:1.2
Chris McDonough
chrism@zope.com
06 Jan 2003 21:54:32 -0500
Looks good!
We should probably think about changing the Zope storage config sections
on the chrism-install-branch to match those spelled here. I imagine we
can play around with Fred's schema import stuff a bit to try to do that.
I think we also need to include event log configuration data (we should
stamp out usage of ennvars like EVENT_LOG_FILE and STUPID_LOG_FILE when
possible and allow folks to write ZEO log messages to other kinds of
handlers).
I wonder if we can get rid of the funkiess of trying to use CLIENT_HOME
and INSTANCE_HOME in ClientCache.py as well by relying solely on the
"var" directory set via a zeoclient storage config section.
I haven't tried the zdctl stuff so I'm not sure how all that ties in at
the moment.
Thanks!
- C
On Mon, 2003-01-06 at 19:39, Jeremy Hylton wrote:
> Update of /cvs-repository/ZODB3/ZEO
> In directory cvs.zope.org:/tmp/cvs-serv17868
>
> Modified Files:
> schema.xml
> Log Message:
> Add explanation of invalidation_queue_size to schema.
>
> XXX Need to settle on a good name for this var and make sure the
> schema and code agree on it.
>
>
> === ZODB3/ZEO/schema.xml 1.1 => 1.2 ===
> --- ZODB3/ZEO/schema.xml:1.1 Mon Jan 6 16:44:01 2003
> +++ ZODB3/ZEO/schema.xml Mon Jan 6 19:39:16 2003
> @@ -38,8 +38,10 @@
> required="no"
> default="100">
> <description>
> - XXX Jeremy needs to explain this.
> - I think I know what it is, but Jeremy really understands it.
> + The storage server keeps a queue of the objects modified by the
> + last N transactions, where N == invalidation_queue_size. This
> + queue is used to speed client cache verification when a client
> + disconnects for a short period of time.
> </description>
> </key>
>
>
>
> _______________________________________________
> Zope-Checkins maillist - Zope-Checkins@zope.org
> http://lists.zope.org/mailman/listinfo/zope-checkins
--
Chris McDonough <chrism@zope.com>
Zope Corporation