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 2011/08/24 19:58:30 UTC

[jira] [Created] (IMAP-337) Don't wrap Content InputStream

Don't wrap Content InputStream
------------------------------

                 Key: IMAP-337
                 URL: https://issues.apache.org/jira/browse/IMAP-337
             Project: JAMES Imap
          Issue Type: Improvement
          Components: Processor
    Affects Versions: 0.2.1
            Reporter: Norman Maurer
            Assignee: Norman Maurer
             Fix For: 0.3


At the moment we wrap the InputStream of Content in a BoundedInputStream. This is not necessary and also make it impossible todo any futher optimization later when accessing the InputStream as it is not of the type as it was before. This becomes a pain when we want to use zero-copy file transfer. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] [Resolved] (IMAP-337) Don't wrap Content InputStream

Posted by "Norman Maurer (JIRA)" <se...@james.apache.org>.
     [ https://issues.apache.org/jira/browse/IMAP-337?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Norman Maurer resolved IMAP-337.
--------------------------------

    Resolution: Fixed

done

> Don't wrap Content InputStream
> ------------------------------
>
>                 Key: IMAP-337
>                 URL: https://issues.apache.org/jira/browse/IMAP-337
>             Project: JAMES Imap
>          Issue Type: Improvement
>          Components: Processor
>    Affects Versions: 0.2.1
>            Reporter: Norman Maurer
>            Assignee: Norman Maurer
>             Fix For: 0.3
>
>
> At the moment we wrap the InputStream of Content in a BoundedInputStream. This is not necessary and also make it impossible todo any futher optimization later when accessing the InputStream as it is not of the type as it was before. This becomes a pain when we want to use zero-copy file transfer. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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