DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20981>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20981 HTTPClient trace() calls a lot of overhead; consider isTraceEnabled() test Summary: HTTPClient trace() calls a lot of overhead; consider isTraceEnabled() test Product: Commons Version: 2.0 Beta 1 Platform: All OS/Version: All Status: NEW Severity: Normal Priority: Other Component: HttpClient AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] In an application which makes heavy use of HTTPClient, the overhead from the LOG.trace() calls -- even when trace level of logging is off -- is very high. Wrapping these calls in an isTraceEnabled() test would probably help a lot. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
