[ZODB-Dev] [ zodb-Bugs-579876 ] ZEO 2 logging overhead

noreply@sourceforge.net noreply@sourceforge.net
Fri, 26 Jul 2002 13:55:43 -0700


Bugs item #579876, was opened at 2002-07-10 22:45
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=115628&aid=579876&group_id=15628

Category: None
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Jeremy Hylton (jhylton)
Assigned to: Jeremy Hylton (jhylton)
Summary: ZEO 2 logging overhead

Initial Comment:
The ZEO logging overhead can be quite high for the
TRACE level.  ZEO 1 only calls DEBUG and lower calls
inside if __debug__ blocks so that python -O avoids any
overhead.  We should probably do this for ZEO 2 as well.

Also, be sure that the log messages aren't too big. 
Some ZEO messages are very large.


----------------------------------------------------------------------

>Comment By: Jeremy Hylton (jhylton)
Date: 2002-07-26 20:55

Message:
Logged In: YES 
user_id=31392

I think there was only one place where very large strings
were getting passed, which was fixed in rev 1.4 of
connection.py.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=115628&aid=579876&group_id=15628