kgiusti opened a new pull request #1350:
URL: https://github.com/apache/qpid-dispatch/pull/1350


   Historically the qd_server_t and the timer subsystem have shared a
   single mutex. There is no technical reason for this as each use the
   lock to protect entirely separate critial sections.
   
   Recent analysis of lock usage shows that the timer subsystem makes
   heavy use of the lock.  This patch introduces separate locks as to
   avoid any contention between the qd_server_t and timer operations.


-- 
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]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to