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/12/21 07:19:43 UTC

[jira] Created: (DIRMINA-500) Cache for encoded messages.

Cache for encoded messages.
---------------------------

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


There's unnecessary overhead of encoding when a user sends the same message to multiple sessions.  We could implement a caching filter so it can reuse the encoded IoBuffer instead of encoding every time.

I'm not sure it should be implemented as a separate filter or should be part of ProtocolCodecFilter yet though.

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


[jira] Commented: (DIRMINA-500) Cache for encoded messages.

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

Trustin Lee commented on DIRMINA-500:
-------------------------------------

Related mailing list thread:

http://www.nabble.com/Send-Message-Failure-to14318570s16868.html#a14370351

> Cache for encoded messages.
> ---------------------------
>
>                 Key: DIRMINA-500
>                 URL: https://issues.apache.org/jira/browse/DIRMINA-500
>             Project: MINA
>          Issue Type: New Feature
>          Components: Filter
>            Reporter: Trustin Lee
>            Priority: Minor
>             Fix For: 2.0.0-M2
>
>
> There's unnecessary overhead of encoding when a user sends the same message to multiple sessions.  We could implement a caching filter so it can reuse the encoded IoBuffer instead of encoding every time.
> I'm not sure it should be implemented as a separate filter or should be part of ProtocolCodecFilter yet though.

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


[jira] Updated: (DIRMINA-500) Cache for encoded messages.

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

Julien Vermillard updated DIRMINA-500:
--------------------------------------

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

> Cache for encoded messages.
> ---------------------------
>
>                 Key: DIRMINA-500
>                 URL: https://issues.apache.org/jira/browse/DIRMINA-500
>             Project: MINA
>          Issue Type: New Feature
>          Components: Filter
>            Reporter: Trustin Lee
>            Priority: Minor
>
> There's unnecessary overhead of encoding when a user sends the same message to multiple sessions.  We could implement a caching filter so it can reuse the encoded IoBuffer instead of encoding every time.
> I'm not sure it should be implemented as a separate filter or should be part of ProtocolCodecFilter yet though.

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


[jira] Updated: (DIRMINA-500) Cache for encoded messages.

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

Julien Vermillard updated DIRMINA-500:
--------------------------------------

    Fix Version/s:     (was: 2.0.0-M3)
                   2.0.0-M4

> Cache for encoded messages.
> ---------------------------
>
>                 Key: DIRMINA-500
>                 URL: https://issues.apache.org/jira/browse/DIRMINA-500
>             Project: MINA
>          Issue Type: New Feature
>          Components: Filter
>            Reporter: Trustin Lee
>            Priority: Minor
>             Fix For: 2.0.0-M4
>
>
> There's unnecessary overhead of encoding when a user sends the same message to multiple sessions.  We could implement a caching filter so it can reuse the encoded IoBuffer instead of encoding every time.
> I'm not sure it should be implemented as a separate filter or should be part of ProtocolCodecFilter yet though.

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


[jira] Updated: (DIRMINA-500) Cache for encoded messages.

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

Julien Vermillard updated DIRMINA-500:
--------------------------------------

    Fix Version/s:     (was: 2.0.0-M2)
                   2.0.0-M3

> Cache for encoded messages.
> ---------------------------
>
>                 Key: DIRMINA-500
>                 URL: https://issues.apache.org/jira/browse/DIRMINA-500
>             Project: MINA
>          Issue Type: New Feature
>          Components: Filter
>            Reporter: Trustin Lee
>            Priority: Minor
>             Fix For: 2.0.0-M3
>
>
> There's unnecessary overhead of encoding when a user sends the same message to multiple sessions.  We could implement a caching filter so it can reuse the encoded IoBuffer instead of encoding every time.
> I'm not sure it should be implemented as a separate filter or should be part of ProtocolCodecFilter yet though.

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


[jira] Updated: (DIRMINA-500) Cache for encoded messages.

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

Emmanuel Lecharny updated DIRMINA-500:
--------------------------------------

    Fix Version/s: 3.0.0-M1

Moved to 3.0 for further discussions

> Cache for encoded messages.
> ---------------------------
>
>                 Key: DIRMINA-500
>                 URL: https://issues.apache.org/jira/browse/DIRMINA-500
>             Project: MINA
>          Issue Type: New Feature
>          Components: Filter
>            Reporter: Trustin Lee
>            Priority: Minor
>             Fix For: 3.0.0-M1
>
>
> There's unnecessary overhead of encoding when a user sends the same message to multiple sessions.  We could implement a caching filter so it can reuse the encoded IoBuffer instead of encoding every time.
> I'm not sure it should be implemented as a separate filter or should be part of ProtocolCodecFilter yet though.

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