Hi Scott, On Dec 22, 2007 8:05 AM, scottmiller <[EMAIL PROTECTED]> wrote: > > I saw this in another posting: > > "And, if your client sends messages asynchronously (i.e. sends requests > before all previous responses are received.), any incoming messages > will be buffered in the internal queue until your messageReceived() > method returns. The queue is maintained on a per-session basis, so > any other sessions won't be affected when one session's > messageReceived() runs long." > > Are there plans in an upcoming MINA release to support asynchronous > messaging on a per-connection basis? Any known workarounds?
A session is a connection in MINA TCP transport. So... I think what you want is already there. HTH, Trustin -- what we call human nature is actually human habit -- http://gleamynode.net/ -- PGP Key ID: 0x0255ECA6
