IoSession.getScheduledWriteBytes
--------------------------------

         Key: DIRMINA-191
         URL: http://issues.apache.org/jira/browse/DIRMINA-191
     Project: Directory MINA
        Type: New Feature
    Reporter: Trustin Lee
    Priority: Minor


MINA has a problem with fast writer and slow reader.  If MINA writes too fast, 
it will finally stuck with OutOfMemoryError due to too many blocked buffers.  
To prevent it, MINA provides IoSerssion.getScheduledWriteRequests() method, but 
it is impossible to calculate the accurate number of bytes which are scheduled. 
 Therefore, we need IoSession.getScheduledWriteBytes().



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to