Hi Sungwon, On 8/12/07, Sungwon Jung <[EMAIL PROTECTED]> wrote: > Hello. I'm developing with MINA 1.1.1. (thanks to Trustin and dev) > > I tested socket open/close of infinite loop with simple own protocol. > > I think before test, client program will send request and receive > response to infinite loop. But, after 65536 loop, server is maybe > down? server cannot ack. > > what's the problem?
It's probably the client side ran out of available ports. If you hit 'netstat -an' on the client side, you will see a lot of TIME_WAIT state I guess. Did the client raise any exception? HTH, Trustin -- what we call human nature is actually human habit -- http://gleamynode.net/ -- PGP Key ID: 0x0255ECA6
