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