This filter will automatically disable reads on an IoSession once the data
batched for that session in the
ExecutorFilter<http://mina.apache.org/report/1.1/apidocs/org/apache/mina/filter/executor/ExecutorFilter.html>reaches
a defined threshold (the default is 1 megabytes).  Does that mean?
(1 megabytes/sec)  After disabling read, what should I do to resume the
read?  A little more explanation is appreciated.

Reply via email to