Timing and Performance Improvements in QMF Libraries
----------------------------------------------------
Key: QPID-3423
URL: https://issues.apache.org/jira/browse/QPID-3423
Project: Qpid
Issue Type: Improvement
Components: Qpid Managment Framework
Reporter: Ted Ross
Assignee: Ted Ross
Priority: Minor
Fix For: 0.13
This change improves the performance of the QMF console and agent libraries in
two ways:
1) Reduces the wake-up frequency for periodic processing. This improves power
consumption in tickless kernels.
2) Removes the thread join from close(), allowing many console/agent instances
sharing a connection to be closed simultaneously. This causes the threads to
be shut down in parallel instead of serially waiting for each instance to shut
down.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]