ImapResponseWriter.write(..) should only be called one time per request
-----------------------------------------------------------------------

                 Key: IMAP-277
                 URL: https://issues.apache.org/jira/browse/IMAP-277
             Project: JAMES Imap
          Issue Type: Improvement
            Reporter: Norman Maurer
            Assignee: Norman Maurer


At the moment we call ImapResponseWrite.write(..) many times for one response 
(writing parts of it). This can lead to problems with nio frameworks and can be 
a cause of mixed up responses. Beside this this is a big performance killer as 
such syscalls can be very expensive.

--
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-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org

Reply via email to