On Sat, Oct 15, 2016 at 8:26 PM, Guido Medina <oxyg...@gmail.com> wrote:

> Doesn't each ByteBuffer goes into a queue?
>

No. What for ? Once we have read the bytes, we process them immediately,
pushing them in the chain. You can multiplex the processing by adding an
ExecutorFilter in the chain, assuming you have a lot of cores available.

Reply via email to