On 8/8/07, mat <[EMAIL PROTECTED]> wrote: > 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.
It means it suspends read if the total size of the ByteBuffers in the internal queue of the ExecutorFilter exceeds 1MB. HTH, Trustin -- what we call human nature is actually human habit -- http://gleamynode.net/ -- PGP Key ID: 0x0255ECA6
