You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by "Norman Maurer (JIRA)" <se...@james.apache.org> on 2010/04/04 17:36:33 UTC

[jira] Resolved: (JAMES-987) RetrCmdHandler and TopCmdHandler shouldn't store the Message in memory

     [ https://issues.apache.org/jira/browse/JAMES-987?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Norman Maurer resolved JAMES-987.
---------------------------------

    Resolution: Fixed

> RetrCmdHandler and TopCmdHandler shouldn't store the Message in memory
> ----------------------------------------------------------------------
>
>                 Key: JAMES-987
>                 URL: https://issues.apache.org/jira/browse/JAMES-987
>             Project: JAMES Server
>          Issue Type: Improvement
>          Components: POP3Server
>    Affects Versions: 3.0, 3.0-M1, Trunk
>            Reporter: Norman Maurer
>            Assignee: Norman Maurer
>             Fix For: 3.0-M1
>
>
> At the moment we use a ByteArrayOutputStream to store the whole message content which will get written to the client later. This is super inefficient and could maybe lead to OOM Exception on very big messages. We should allow read the data to get written directly from a InputStream 

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


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org