[Zope] Re: How to talk to ZODB?
Maik Jablonski
maik.jablonski@uni-bielefeld.de
Mon, 03 Feb 2003 19:21:33 +0100
Pawel Lewicki wrote:
> "Maik Jablonski" <maik.jablonski@uni-bielefeld.de> wrote in message
>>I use ZEO for running external applications over my ZODB. It's quite
>>simple and very fascinating seeing an external python-process doing all
>>the work automagically...
>>
>>http://www.zope.org/Members/michel/HowTos/ZODB-How-To
>>
>
> http://www.python.org/workshops/2000-01/proceedings/papers/fulton/zodb3.html
>
>>Cheers, Maik
>
>
> Is it possible (easy) to run ZEO on Windows? I might have to work with
> simple Plone instalations.
Yes, it is (as far as I remember)... You can't use unix-sockets as far
as I know, but running it over tcp should work.
-mj