On Fri, Jul 4, 2008 at 10:05 PM, Arv Mistry <[EMAIL PROTECTED]> wrote:
> Are there any known issues with Mina 2.0, leaving too many open file
> descriptors?
>
> I have simplified my client, so all I do is connect to a server and
> disconnect (i.e. call close() on session .
> This is triggered by command line input so that I can control it.
>
> I find when I do a lsof -p <pid> | wc -l following the
> connect/disconnect, that the number goes up by 20 each time and stays
> up. I'm not familiar with TCP at that low a level but it seems to be the
> pipe/eventpoll instances that arent cleaned up.

If you do a netstat -a do you see sockets on your port, if so, what
state are they in?

/niklas

Reply via email to