Hi, 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. Any insight would be appreciated. Cheers Arv
