Write throughput is horribly low.
---------------------------------
Key: DIRMINA-469
URL: https://issues.apache.org/jira/browse/DIRMINA-469
Project: MINA
Issue Type: Bug
Components: Transport
Affects Versions: 1.1.4, 1.0.7, 1.1.3, 1.0.6, 1.1.2, 1.0.5, 1.1.1, 1.0.4,
1.1.0, 1.0.3, 1.0.2, 1.0.1
Reporter: Trustin Lee
Assignee: Trustin Lee
Priority: Critical
Fix For: 1.0.8, 1.1.5
DIRMINA-362 introduced seriously slow write throughput in a certain situation.
Removing the added if block immediately boosted write throughput up. Instead
of the problematic if statement, I added channel.isConnected() check before the
write loop in SocketIoProcessor.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.