Originally posted by: chrissmith
We are connecting to AIX or LINUX Machines to read files. we are using sftp connections .Once we read the files we are disconnecting the sftp connectionns.
We are doing all this through java programming,
But we are facing one issue only with AIX Server.Even we are disconnecting the ftpclient and the session if we check the lsof command for the process we are seeing the established connections.
This issue is coming only with AIX server.With Linux server once we disconnect the client and session the connections are getting released.But with AIX the connections are not getting released.As a result after couple of days of processing we are getting Too many open files as all the connections are not released in the AIX Server.
Can any one Help why the connections are not getting released in AIX Server .
#AIX-Forum