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