You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Trustin Lee (JIRA)" <ji...@apache.org> on 2007/09/14 10:14:32 UTC

[jira] Assigned: (DIRMINA-429) AbstractIoFilterChain.doWrite slows as outstanding writes increase

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

Trustin Lee reassigned DIRMINA-429:
-----------------------------------

    Assignee: Trustin Lee  (was: peter royal)

> AbstractIoFilterChain.doWrite slows as outstanding writes increase
> ------------------------------------------------------------------
>
>                 Key: DIRMINA-429
>                 URL: https://issues.apache.org/jira/browse/DIRMINA-429
>             Project: MINA
>          Issue Type: Improvement
>          Components: Core, Transport
>    Affects Versions: 1.0.5, 1.1.2
>            Reporter: peter royal
>            Assignee: Trustin Lee
>            Priority: Critical
>             Fix For: 1.0.6, 1.1.3
>
>
> SocketFilterChain.doWrite slows down as the number of outstanding write requests increases. This is because it calls .size() on the queue, and the queue implementation used does not have a constant-time size operation.

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