[Zope-dev] ZEO 2 and Zope 2.5.1

Guido van Rossum guido@python.org
Mon, 17 Feb 2003 17:07:43 -0500


> We've been using ZEO 1 with Zope 2.5.1 but some issues exist with ZEO 1,
> so we decided to move to ZEO 2.

Which version of ZEO 2 exactly?  (It suffices to tell which exact ZODB
3.1.x release you used to get it.)

> Everything is installed installs and starts normally. The server logs show
> a connection. However any HTTP requests sent to the ZEO client hang. I did
> a bit of poking around and it appears that the load method of
> ClientStorage is not called when a request is recieved.
> 
> Can anyone point me in the right direction?

Would it be an option to upgrade to Zope 2.6.1 as well?

If not, what exactly is in the logs?  Note that you need to have the
new ZEO in the Python path both on the client side and on the server
side.

--Guido van Rossum (home page: http://www.python.org/~guido/)