https://issues.apache.org/bugzilla/show_bug.cgi?id=50844
--- Comment #1 from Lily <[email protected]> 2011-05-05 05:52:13 UTC --- We faced the similar problem for performance of log4j. Basically we log a bunch of messages for each http request. Then, we found that http response time gets hits. So what we ended up was to first log each message to a StringBuffer, after some messages are logged, i.e. 100, we then call log4j api to log. This has improved the response time. However, we still see a response hit when the chunk of messages are written to file. Lily http://www.alldiscountbooks.net -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
