[Zope] ZMI?
Bo M. Maryniuck
b.maryniuk@forbis.lt
Fri, 3 Jan 2003 10:45:58 +0200
On Thursday 02 January 2003 20:36, Toby Dickenson wrote:
> There was a bug that caused this with Zope running on Windows, fixed be=
fore
> 2.1 iirc.
Not well fixed probably. When I use Opera 6.x for Linux, I just click on =
a=20
folders tree and browser waits until timeout. The same effect if you use =
MSIE=20
5.x on Windoze. When you close a browser, open it again -- nothing change=
d:=20
ZMI "dead". But when you go to the production site at the same time -- yo=
u=20
see the Zope not hangs, site[s] works and my
=09ps uaxf | grep zope
=2E..in Linux console shows me Zope runs as usually using minimum system=20
resources.
What I have noticed: if you does NOT use a tree of the folders, you have =
no=20
problem and all woskd fine.
--=20
Regards, Bogdan
import xmlrpclib
srv =3D xmlrpclib.Server('http://www.microsoft.com/')
for employee in srv.MainDepartment.personnel():srv.fireEmployee(employee)
-- found in Python XML-RPC example