Skip to content
Commit 3b23ff34 authored by Ceki Gulcu's avatar Ceki Gulcu
Browse files

Diminish contention in appender doAppender. Relates to LBCLASSIC-135

Instead of the doAppend method being synchronized, WriterAppender now uses
UnsynchronizedAppenderBase as its super class. Consequently, various converters
can no longer assume that they are invoked from within a synchronized block.
 
parent 0beb6460
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment