Provide better way to throttle read buffer.
-------------------------------------------

                 Key: DIRMINA-464
                 URL: https://issues.apache.org/jira/browse/DIRMINA-464
             Project: MINA
          Issue Type: Task
          Components: Filter
            Reporter: Trustin Lee
            Priority: Critical
             Fix For: 2.0.0-M1


1.x provides ReadThrottleFilterBuilder for throttling read operation to prevent 
OOM.  It works pretty well only in a certain configuration; only when all the 
filters are placed *after* an ExecutorFilter.  For example, it doesn't work at 
all if ProtocolCodecFilter is placed before ExecutorFilter.  We need to provide 
more robust solution for throttling I/O events.  Please note this issue is for 
read operations.  Write operations will be taken care of in DIRMINA-302.



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

Reply via email to