[Zope-dev] ZEO-strangeness.
Erik Enge
erik@thingamy.net
23 Jul 2001 13:48:48 +0200
This is very odd. We thinks.
We're running ZEO with Zope 2.3.2 clients. Two clients. One client
runs off of the server and another one from a workstation.
http://server and http://localhost respectively.
Calls to http://server takes ages (we're talking several seconds here;
3-4 maybe) whereas http://localhost is normal speed. That's the first
oddity we don't grok.
Data.fs contains a CMF-site. On http://localhost everything is
working as one would expect, but on http://server stuff in the
portal_skins Filesystem Directory Views are "gone". We know they're
there (since we can access them over http://localhost). Urk?
Tried the normal panicking-procedures - restart and stuff - but
nothing seem to work. We've got a couple of those lovely "Could not
load state"-messages in our logs too, why do these occur anyway?
So, why are portal_skins/generic showing up differently on the two
clients and why does calls to http://server take ages? (The two
computers are on the same network.)
Helpful hints appretiated :)