[Zope3-dev] Default zope.conf DB setup

Stephan Richter srichter at cosmos.phy.tufts.edu
Wed Sep 13 10:39:44 EDT 2006


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


More information about the Zope3-dev mailing list