[Zope] When is data.fs.index created with ZEO?

Jens Vagelpohl jens@zope.com
Wed, 8 Jan 2003 08:02:19 -0500


upon startup an index will be created, in memory. it gets written out 
when the process is shut down cleanly.

jens


On Wednesday, Jan 8, 2003, at 00:18 US/Eastern, Chris Muldrow wrote:

> Say i move a Data.fs to a new ZEO installation. Does a new 
> data.fs.index get created when the ZEO starts, when a client starts or 
> at some other point in the process?
> Thanks--Chris