You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Arnaud Simon (JIRA)" <qp...@incubator.apache.org> on 2008/05/02 14:28:55 UTC

[jira] Created: (QPID-1006) (0.10 code path) Message rate is very slow when big messages are sent.

(0.10 code path) Message rate is very slow when big messages are sent. 
-----------------------------------------------------------------------

                 Key: QPID-1006
                 URL: https://issues.apache.org/jira/browse/QPID-1006
             Project: Qpid
          Issue Type: Bug
          Components: Java Client
    Affects Versions: M3
            Reporter: Arnaud Simon
             Fix For: M3


This is because the 0.10 MinaHandler does not set the socket buffer size and uses the default size that is smaller than a max frame size. It appears that MINA is very slow when a buffer requires several socket writes. This can easily be fixed by using a socket buffer that is equal to the max frame size.  

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


[jira] Resolved: (QPID-1006) (0.10 code path) Message rate is very slow when big messages are sent.

Posted by "Arnaud Simon (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-1006?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Arnaud Simon resolved QPID-1006.
--------------------------------

    Resolution: Fixed

revision: 653354

> (0.10 code path) Message rate is very slow when big messages are sent. 
> -----------------------------------------------------------------------
>
>                 Key: QPID-1006
>                 URL: https://issues.apache.org/jira/browse/QPID-1006
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Client
>    Affects Versions: M3
>            Reporter: Arnaud Simon
>            Assignee: Arnaud Simon
>             Fix For: M3
>
>
> This is because the 0.10 MinaHandler does not set the socket buffer size and uses the default size that is smaller than a max frame size. It appears that MINA is very slow when a buffer requires several socket writes. This can easily be fixed by using a socket buffer that is equal to the max frame size.  

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


[jira] Assigned: (QPID-1006) (0.10 code path) Message rate is very slow when big messages are sent.

Posted by "Arnaud Simon (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-1006?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Arnaud Simon reassigned QPID-1006:
----------------------------------

    Assignee: Arnaud Simon

> (0.10 code path) Message rate is very slow when big messages are sent. 
> -----------------------------------------------------------------------
>
>                 Key: QPID-1006
>                 URL: https://issues.apache.org/jira/browse/QPID-1006
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Client
>    Affects Versions: M3
>            Reporter: Arnaud Simon
>            Assignee: Arnaud Simon
>             Fix For: M3
>
>
> This is because the 0.10 MinaHandler does not set the socket buffer size and uses the default size that is smaller than a max frame size. It appears that MINA is very slow when a buffer requires several socket writes. This can easily be fixed by using a socket buffer that is equal to the max frame size.  

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