swebb2066 commented on pull request #87:
URL: https://github.com/apache/logging-log4cxx/pull/87#issuecomment-1000584520


   > Part of the performance testing is to also help us find areas where we can 
better parallelize the logging. There are probably a number of places we can 
replace a mutex with a shared_mutex.
   
   Multiple threaded applications are serialised by Logger::isDisabled because 
Logger now uses a weak pointer (commit 565fdea38) to the LoggerRepository. This 
is a significant regression with respect to version 11 that we need to think 
about carefully. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to