On 8/12/07, Sungwon Jung <[EMAIL PROTECTED]> wrote:
> Thanks to Trustin. :-)
>
> As you said, I check TIME_WAIT of client side.
>
> --
> [client side] (9009 is server port)
> $ netstat -an | grep 9009 | wc -l
>   15084
> --
>
> it's about 65536 times socket open/close.
> server is blocked. (also client is blocked)
>
> and I was kill client and wait.
>
> --
> [client side]
> $ netstat -an | grep 9009 | wc -l
>       0
> --
>
> and then I running client again.
> but server is still blocked.
>
> how can I solve this problem?

It would be great if you can provide source code that reproduces your problem.

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

Reply via email to