[Zope-dev] Using Zope from a console script

Martijn Pieters mj@zope.com
Tue, 5 Nov 2002 16:56:02 -0500


On Tue, Nov 05, 2002 at 09:46:03PM +0100, Gilles Lenfant wrote:
> > You can also use ZEO and do your debugging in a separate Zope (ZEO
> > Client) instance.
> > http://www.zope.org/Products/ZEO
> 
> But just want to run a console application, not running it from another Zope
> instance.

ZEO gives you a connection to the ZODB, sharing it with any Zope instances.
ZEO makes database access distributed, and thus is *exactly* what you want.

-- 
Martijn Pieters
| Software Engineer  mailto:mj@zope.com
| Zope Corporation   http://www.zope.com/
| Creators of Zope   http://www.zope.org/
---------------------------------------------