Improve performance by reducing the use of the Queue's message lock
-------------------------------------------------------------------
Key: QPID-3890
URL: https://issues.apache.org/jira/browse/QPID-3890
Project: Qpid
Issue Type: Improvement
Components: C++ Broker
Affects Versions: 0.16
Reporter: Ken Giusti
Assignee: Ken Giusti
Priority: Minor
Fix For: Future
The mutex that protects the Queue's message container is held longer than it
really should be (e.g. across statistics updates, etc).
Reducing the amount of code executed while the lock is held will improve the
performance of the broker in a multi-process environment.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]