https://issues.apache.org/bugzilla/show_bug.cgi?id=54398
Bug ID: 54398
Summary: Improve AyncAppender's append performance
Product: Log4j
Version: unspecified
Hardware: Other
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Appender
Assignee: [email protected]
Reporter: [email protected]
Classification: Unclassified
After issue 23021, AsyncAppender.append() method will invoke
dispatcher.isAlive(). However Thread.isAlive() is a expensive native method. So
its better to improve the code to reduce invoking Thread.isAlive()frequency.
--
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]