You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Ted Ross (JIRA)" <ji...@apache.org> on 2011/08/15 18:45:35 UTC

[jira] [Created] (QPID-3423) Timing and Performance Improvements in QMF Libraries

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:dev-subscribe@qpid.apache.org


[jira] [Resolved] (QPID-3423) Timing and Performance Improvements in QMF Libraries

Posted by "Ted Ross (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-3423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ted Ross resolved QPID-3423.
----------------------------

    Resolution: Fixed

> 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:dev-subscribe@qpid.apache.org