You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Andrew Stitcher (JIRA)" <qp...@incubator.apache.org> on 2006/11/30 15:48:21 UTC

[jira] Created: (QPID-141) qpidd is spending vast amounts of its time in the constructor for AMQP_MethodVersionMap

qpidd is spending vast amounts of its time in the constructor for AMQP_MethodVersionMap
---------------------------------------------------------------------------------------

                 Key: QPID-141
                 URL: http://issues.apache.org/jira/browse/QPID-141
             Project: Qpid
          Issue Type: Improvement
          Components: C++ Broker, C++ Client
            Reporter: Andrew Stitcher


This is a problem as AMQP_MethodVersionMap is essentially static and only needs making once when qpidd starts up.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Assigned: (QPID-141) qpidd is spending vast amounts of its time in the constructor for AMQP_MethodVersionMap

Posted by "Alan Conway (JIRA)" <qp...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/QPID-141?page=all ]

Alan Conway reassigned QPID-141:
--------------------------------

    Assignee: Alan Conway

> qpidd is spending vast amounts of its time in the constructor for AMQP_MethodVersionMap
> ---------------------------------------------------------------------------------------
>
>                 Key: QPID-141
>                 URL: http://issues.apache.org/jira/browse/QPID-141
>             Project: Qpid
>          Issue Type: Improvement
>          Components: C++ Broker, C++ Client
>            Reporter: Andrew Stitcher
>         Assigned To: Alan Conway
>         Attachments: perf.patch
>
>
> This is a problem as AMQP_MethodVersionMap is essentially static and only needs making once when qpidd starts up.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (QPID-141) qpidd is spending vast amounts of its time in the constructor for AMQP_MethodVersionMap

Posted by "Andrew Stitcher (JIRA)" <qp...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/QPID-141?page=all ]

Andrew Stitcher updated QPID-141:
---------------------------------

    Attachment: perf.patch

Note that this patch doesn't attempt to remove the hardcoding of the protocol version to 0.8. This code will need rethinking somewhat then, as there will need to be multiple maps.

> qpidd is spending vast amounts of its time in the constructor for AMQP_MethodVersionMap
> ---------------------------------------------------------------------------------------
>
>                 Key: QPID-141
>                 URL: http://issues.apache.org/jira/browse/QPID-141
>             Project: Qpid
>          Issue Type: Improvement
>          Components: C++ Broker, C++ Client
>            Reporter: Andrew Stitcher
>         Attachments: perf.patch
>
>
> This is a problem as AMQP_MethodVersionMap is essentially static and only needs making once when qpidd starts up.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (QPID-141) qpidd is spending vast amounts of its time in the constructor for AMQP_MethodVersionMap

Posted by "Alan Conway (JIRA)" <qp...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/QPID-141?page=all ]

Alan Conway closed QPID-141.
----------------------------

    Resolution: Fixed

Fixed by Andrew Stitcher.

> qpidd is spending vast amounts of its time in the constructor for AMQP_MethodVersionMap
> ---------------------------------------------------------------------------------------
>
>                 Key: QPID-141
>                 URL: http://issues.apache.org/jira/browse/QPID-141
>             Project: Qpid
>          Issue Type: Improvement
>          Components: C++ Broker, C++ Client
>            Reporter: Andrew Stitcher
>         Assigned To: Alan Conway
>         Attachments: perf.patch
>
>
> This is a problem as AMQP_MethodVersionMap is essentially static and only needs making once when qpidd starts up.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira