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/08/18 07:08:31 UTC

[jira] Created: (DIRMINA-423) Read-write ratio configuration for SocketIoProcessor

Read-write ratio configuration for SocketIoProcessor
----------------------------------------------------

                 Key: DIRMINA-423
                 URL: https://issues.apache.org/jira/browse/DIRMINA-423
             Project: MINA
          Issue Type: New Feature
          Components: Transport
            Reporter: Trustin Lee
            Priority: Minor
             Fix For: 2.0.0-M1


Currently, the amount of maximum bytes per a read (or write) loop is limited to not exceed the twice of the socket buffer size.  This factory setting will satisfy most people, but a certain protocol might want to adjust read-write ratio to squeeze out more throughput.

SocketAcceptor and SocketConnector could have a float property called 'readWriteRatio' whose default value is 1.0.

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


[jira] Updated: (DIRMINA-423) Read-write ratio configuration for SocketIoProcessor

Posted by "Trustin Lee (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRMINA-423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Trustin Lee updated DIRMINA-423:
--------------------------------

    Fix Version/s:     (was: 2.0.0-M1)

This won't impact the core API at all.  Therefore, won't fix in 2.0.0-M1.

> Read-write ratio configuration for SocketIoProcessor
> ----------------------------------------------------
>
>                 Key: DIRMINA-423
>                 URL: https://issues.apache.org/jira/browse/DIRMINA-423
>             Project: MINA
>          Issue Type: New Feature
>          Components: Transport
>            Reporter: Trustin Lee
>            Priority: Minor
>
> Currently, the amount of maximum bytes per a read (or write) loop is limited to not exceed the twice of the socket buffer size.  This factory setting will satisfy most people, but a certain protocol might want to adjust read-write ratio to squeeze out more throughput.
> SocketAcceptor and SocketConnector could have a float property called 'readWriteRatio' whose default value is 1.0.

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


[jira] Closed: (DIRMINA-423) Read-write ratio configuration for SocketIoProcessor

Posted by "Julien Vermillard (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRMINA-423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Julien Vermillard closed DIRMINA-423.
-------------------------------------

    Resolution: Won't Fix

> Read-write ratio configuration for SocketIoProcessor
> ----------------------------------------------------
>
>                 Key: DIRMINA-423
>                 URL: https://issues.apache.org/jira/browse/DIRMINA-423
>             Project: MINA
>          Issue Type: New Feature
>          Components: Transport
>            Reporter: Trustin Lee
>            Priority: Minor
>
> Currently, the amount of maximum bytes per a read (or write) loop is limited to not exceed the twice of the socket buffer size.  This factory setting will satisfy most people, but a certain protocol might want to adjust read-write ratio to squeeze out more throughput.
> SocketAcceptor and SocketConnector could have a float property called 'readWriteRatio' whose default value is 1.0.

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