Hi CigarMan, On Nov 10, 2007 4:37 AM, CigarMan <[EMAIL PROTECTED]> wrote: > > Is there a way to cache TCP session (SocketConnector session) until some > expiration delay times out so as to be able to reuse TCP connection instead > of creating a new one each time? Is there a mechanism like IoSessionRecycler > for TCP session in mina 1.1.x?
There's no way to do that in MINA 1.x. I think it's rather close to creating a virtual channel within a TCP/IP connection. For now you will have to implement it by yourself. HTH, Trustin -- what we call human nature is actually human habit -- http://gleamynode.net/ -- PGP Key ID: 0x0255ECA6
