On 11/09/2007, Rafael Schloming <[EMAIL PROTECTED]> wrote: > Well you can modify MINA per Robert's suggestion in another post, > however I don't think you actually care about the queue size. What you > care about is how much memory the queue consumes, and this is strictly > speaking independent of the queue size.
In the MINA change, it is implemented via filters so it can (and it may already do this) be based on pending bytes rather than number of objects in the queue. It certainly is the right way to do it. > That said, it does seem like fairly obvious functionality that MINA lacks. Yes, you could certainly do it at a higher layer it just seemed to me to be better encapsulated at the MINA layer. RG
