You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Carl Trieloff (JIRA)" <ji...@apache.org> on 2011/03/10 23:53:59 UTC

[jira] Created: (QPID-3138) Perf improvement for topic exchange

Perf improvement for topic exchange
-----------------------------------

                 Key: QPID-3138
                 URL: https://issues.apache.org/jira/browse/QPID-3138
             Project: Qpid
          Issue Type: Bug
          Components: C++ Broker
    Affects Versions: 0.9
            Reporter: Carl Trieloff
            Priority: Minor



The follow patch introduces a cache for route matches allow the producer to return to IO faster allowing for >50% perf gain for the topic exchange.

The cache is cleared on the addition or removal of a binding forcing cache re-population.

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


Re: [jira] Created: (QPID-3138) Perf improvement for topic exchange

Posted by Carl Trieloff <cc...@redhat.com>.
Is there interest in having this committed to 0-10, it is low risk, 
large perf gain for topic exchange.


On 03/10/2011 05:53 PM, Carl Trieloff (JIRA) wrote:
> Perf improvement for topic exchange
> -----------------------------------
>
>                   Key: QPID-3138
>                   URL: https://issues.apache.org/jira/browse/QPID-3138
>               Project: Qpid
>            Issue Type: Bug
>            Components: C++ Broker
>      Affects Versions: 0.9
>              Reporter: Carl Trieloff
>              Priority: Minor
>
>
>
> The follow patch introduces a cache for route matches allow the producer to return to IO faster allowing for>50% perf gain for the topic exchange.
>
> The cache is cleared on the addition or removal of a binding forcing cache re-population.
>
> --
> 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
>


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] Resolved: (QPID-3138) Perf improvement for topic exchange

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

Carl Trieloff resolved QPID-3138.
---------------------------------

    Resolution: Fixed
      Assignee: Carl Trieloff

Committed revision 1080411.

> Perf improvement for topic exchange
> -----------------------------------
>
>                 Key: QPID-3138
>                 URL: https://issues.apache.org/jira/browse/QPID-3138
>             Project: Qpid
>          Issue Type: Bug
>          Components: C++ Broker
>    Affects Versions: 0.9
>            Reporter: Carl Trieloff
>            Assignee: Carl Trieloff
>            Priority: Minor
>
> The follow patch introduces a cache for route matches allow the producer to return to IO faster allowing for >50% perf gain for the topic exchange.
> The cache is cleared on the addition or removal of a binding forcing cache re-population.

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