Hi Horace,

On Nov 10, 2007 4:48 AM, Horace Pinker <[EMAIL PROTECTED]> wrote:
> i'm wondering if it is possible to use mina in a way so that outbound 
> messages are bundled (ie max_bundle_size=4096 max_bundle_time=50(ms)) so that 
> messages are sent only if one of the bundle criteria is fulfilled?

I think it's very similar to what TCP Nagle's algorithm is doing.  Is
there any reason that you need another bundling?

Anyways, you can implement that feature using IoFilter very easily.

Trustin
-- 
what we call human nature is actually human habit
--
http://gleamynode.net/
--
PGP Key ID: 0x0255ECA6

Reply via email to