Re: [ZODB-Dev] ZEO LoadEx?

2006-06-21 Thread Chris Withers
Pascal Peregrina wrote: We located it by hacking the ClientStorage code in order to display the real load operations (oids) from ZEO server (cache misses). This sounds like pretty useful code... Is it in a how-to somewhere or otherwise online? cheers, Chris -- Simplistix - Content Manageme

RE: [ZODB-Dev] ZEO LoadEx?

2006-06-21 Thread Pascal Peregrina
I will try to find it as it was throw away code that we deleted since our investigations... But globally just a matter of importing zLOG and logging the ClientStorage loadEx calls to ._server.loadEx() (i.e. ClientStorage cache miss), using ZODB.utils for a readable representation of the oid.

Re: [ZODB-Dev] proposed comments

2006-06-21 Thread Dieter Maurer
Florent Guillaume wrote at 2006-6-20 16:35 +0200: >Is it ok if I add the following comments to Connection's docstring? I do not think they should become part of the class' docstring. Having comments at the place where the attributes are introduced (which are used for other attributes) would be

Re: [ZODB-Dev] ZEO LoadEx?

2006-06-21 Thread Dieter Maurer
Chris Withers wrote at 2006-6-20 07:31 +0100: > ... >But, there also seems to be (to my untrained eye) random periods of >slowness from then onwards, again, without any apparent signs of excess >load, memory usage or disk i/o. > >I'm somewhat flumoxed as to where to go from here on the debugging