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/01/08 13:01:27 UTC

[jira] Created: (QPID-252) [Performance] In PoolingFilter Event objects are created needlessley

[Performance] In PoolingFilter Event objects are created needlessley
--------------------------------------------------------------------

                 Key: QPID-252
                 URL: https://issues.apache.org/jira/browse/QPID-252
             Project: Qpid
          Issue Type: Bug
          Components: Java Common
            Reporter: Rob Godfrey
            Priority: Minor


In org.apache.qpid.pool.PoolingFilter an Event object is created for every io event that occurs.  The event type is then compared against a set of event types (which in practice only ever has one entry) and then the event is either processed synchronously or asynchronously.

Due to the huge numbers of events, the creation and processing of these objects creates a noticeable overhead.

Patch will follow.

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

        

[jira] Resolved: (QPID-252) [Performance] In PoolingFilter Event objects are created needlessley

Posted by "Robert Greig (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Greig resolved QPID-252.
-------------------------------

       Resolution: Fixed
    Fix Version/s: M2

Committed svn revision 494042

> [Performance] In PoolingFilter Event objects are created needlessley
> --------------------------------------------------------------------
>
>                 Key: QPID-252
>                 URL: https://issues.apache.org/jira/browse/QPID-252
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Common
>            Reporter: Rob Godfrey
>            Priority: Minor
>             Fix For: M2
>
>         Attachments: qpid-252.patch
>
>
> In org.apache.qpid.pool.PoolingFilter an Event object is created for every io event that occurs.  The event type is then compared against a set of event types (which in practice only ever has one entry) and then the event is either processed synchronously or asynchronously.
> Due to the huge numbers of events, the creation and processing of these objects creates a noticeable overhead.
> Patch will follow.

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

        

[jira] Updated: (QPID-252) [Performance] In PoolingFilter Event objects are created needlessley

Posted by "Rob Godfrey (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rob Godfrey updated QPID-252:
-----------------------------

    Attachment: qpid-252.patch

> [Performance] In PoolingFilter Event objects are created needlessley
> --------------------------------------------------------------------
>
>                 Key: QPID-252
>                 URL: https://issues.apache.org/jira/browse/QPID-252
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Common
>            Reporter: Rob Godfrey
>            Priority: Minor
>         Attachments: qpid-252.patch
>
>
> In org.apache.qpid.pool.PoolingFilter an Event object is created for every io event that occurs.  The event type is then compared against a set of event types (which in practice only ever has one entry) and then the event is either processed synchronously or asynchronously.
> Due to the huge numbers of events, the creation and processing of these objects creates a noticeable overhead.
> Patch will follow.

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

        

[jira] Assigned: (QPID-252) [Performance] In PoolingFilter Event objects are created needlessley

Posted by "Rob Godfrey (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rob Godfrey reassigned QPID-252:
--------------------------------

    Assignee: Rob Godfrey

> [Performance] In PoolingFilter Event objects are created needlessley
> --------------------------------------------------------------------
>
>                 Key: QPID-252
>                 URL: https://issues.apache.org/jira/browse/QPID-252
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Common
>            Reporter: Rob Godfrey
>         Assigned To: Rob Godfrey
>            Priority: Minor
>             Fix For: M2
>
>         Attachments: qpid-252.patch
>
>
> In org.apache.qpid.pool.PoolingFilter an Event object is created for every io event that occurs.  The event type is then compared against a set of event types (which in practice only ever has one entry) and then the event is either processed synchronously or asynchronously.
> Due to the huge numbers of events, the creation and processing of these objects creates a noticeable overhead.
> Patch will follow.

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