Hi everyone,

I just noticed that zope.conf.in has now the following entry:

<zodb>
  <demostorage>
  <zeoclient>
  server localhost:8100
  storage 1
  cache-size 20MB
  </zeoclient>
  </demostorage>
</zodb>

This means that ZEO has to start up to run Zope after a default check 
out/download. When I had no network connection in a hotel last week, I could 
not start up Zope because ZEO would not get some network thing going. 

I think this is really unfortunate and I propose to change this back to the 
old version:

<zodb>
  <filestorage>
    path Data.fs
  </filestorage>
</zodb>

Comments?

Regards,
Stephan
-- 
Stephan Richter
CBU Physics & Chemistry (B.S.) / Tufts Physics (Ph.D. student)
Web2k - Web Software Design, Development and Training
_______________________________________________
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com

Reply via email to