Hi, we currently have two WriteRequestfilter classes : org.apache.mina.filter.executor.WriteRequestfilter and org.apache.mina.core.filterchain.IoFilte.WriteRequestfilter
The first class implements a kind of throttling for outgoing messages (or is supposed to implement it), when the second one is just an helper abstract class for WriteRequests.
I suggest that we rename the first class to better represent what it's really doing. Something like QueuedWriteRequestFilter or WriteRequestThrottlingFilter.
thoughts ? -- -- cordialement, regards, Emmanuel Lécharny www.iktek.com directory.apache.org
