RetrCmdHandler and TopCmdHandler can block the I/O Thread
---------------------------------------------------------

                 Key: JAMES-1140
                 URL: https://issues.apache.org/jira/browse/JAMES-1140
             Project: JAMES Server
          Issue Type: Bug
          Components: POP3Server
    Affects Versions: 3.0-M2
            Reporter: Norman Maurer
            Assignee: Norman Maurer
             Fix For: 3.0-M3


I refactored RetrCmdHandler and TopCmdHandler to write back to the client via 
an OutputStream. As Stefano pointed out this is really bad as it can block the 
I/O Thread or use to many memory if all writes are buffered. 

-- 
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to