You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Rob Godfrey (JIRA)" <qp...@incubator.apache.org> on 2007/05/09 12:26:15 UTC

[jira] Resolved: (QPID-482) [Java] Small performance tweaks

     [ https://issues.apache.org/jira/browse/QPID-482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rob Godfrey resolved QPID-482.
------------------------------

    Resolution: Fixed
      Assignee: Rob Godfrey

Completed: At revision: 536480  


> [Java] Small performance tweaks
> -------------------------------
>
>                 Key: QPID-482
>                 URL: https://issues.apache.org/jira/browse/QPID-482
>             Project: Qpid
>          Issue Type: Improvement
>          Components: Java Broker
>    Affects Versions: M2
>            Reporter: Rob Godfrey
>         Assigned To: Rob Godfrey
>             Fix For: M2
>
>
> Did a bit of profiling on the Java Broker running single producer / consumer queue tests.
> A few little things showed up which I've modified:  removed some logging that would truely only be useful while developing the code; changed the code which checks to see if a channel is closing to have a boolean on the channel rather than always doing a set .contains call....  a few tiny improvements in encoding... etc...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.