Hi guys, We have a TCP server which is running and based on Apache Mina(1.1.7). Also we have sessionIdle handler which simply close the session if it's status is (read and 30 min). Therefore it is working nice. But we have another problem related with ESTABLISHED TCP connections.
For instance in mina we have 4 TCP sessions. But it is shown from the output that there are lots of ESTABLISHED TCP sessions. How can I trace these connections in mina ? Is there a way to recycle/clean/close these TCP sessions ? Best, Bugra
