[Zope3-dev] Zope3 and ZEO

Fred Drake fdrake at gmail.com
Wed Sep 7 10:12:31 EDT 2005


On 9/7/05, Uwe Oestermeier <u.oestermeier at iwm-kmrc.de> wrote:
> I dedected another problem: bin/runzeo  doesn't start ZEO.
> This script calls ZEO/runzeo.py which has a main function but no
> 
> if __name__ == "__main__" :
>     main()
> 
> at the end. Has this already been fixed in the mentioned internal branch?

"runzeo" runs ZEO as a foreground process.  To control ZEO as a
background process, use "zeoctl".

Yes, we need more documentation for these.


  -Fred

-- 
Fred L. Drake, Jr.    <fdrake at gmail.com>
Zope Corporation


More information about the Zope3-dev mailing list