Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

[Software] timeout for established TCP connections

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
khaled_j_hussein
Posts: 7
Joined: 2023-02-20 07:37

[Software] timeout for established TCP connections

#1 Post by khaled_j_hussein »

I have a java application using a web client, I face a problem that sometimes when the customers has an issues with his internet connection amd keep disconnectd, the TCP sessions established on my application did not closed and keep established forever, so if I login to the systems I can see for example 10 logged in users, while with netstat on the server OS I sees that I have more than 2000 established sessions still exust, and I can only restart the application to close the established connections

how can I configure the timeout for idle connections or if I have something else I can configure to solve this

Thanks

Post Reply