[
https://issues.apache.org/jira/browse/DIRMINA-429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Trustin Lee reopened DIRMINA-429:
---------------------------------
Datagram transport also seems to be affected by this issue. Let's fix it
either.
> SocketFilterChain.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
> Affects Versions: 1.1.2
> Reporter: peter royal
> Assignee: peter royal
> Priority: Critical
> Fix For: 1.1.3, 2.0.0-M1
>
>
> 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.