HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Want to kill socket connections
Operating System - HP-UX
1833788
Members
2254
Online
110063
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2000 12:41 PM
12-26-2000 12:41 PM
Want to kill socket connections
We are running 10.20 and are trying to find a system solution
for a possible application problem. I would like to drop a socket
connection after the specified tcp_keepstart interval without sending
keep alive packets. I was thinking of achieving this by setting tcp_keepstop lower than tcp_keepfreq. So my questions are:
--Is it even possible to set tcp_keepstop lower than tcp_keepfreq?
--If so, will it still send one round of keep-alive packets by default?
--Does anyone think this will make a difference?
Currently, the sockets will 'fill up' and there is a script in place to monitor the number of sockets and reboot the system when they reach a certain threshold.
Thanks
Eric Liszka
for a possible application problem. I would like to drop a socket
connection after the specified tcp_keepstart interval without sending
keep alive packets. I was thinking of achieving this by setting tcp_keepstop lower than tcp_keepfreq. So my questions are:
--Is it even possible to set tcp_keepstop lower than tcp_keepfreq?
--If so, will it still send one round of keep-alive packets by default?
--Does anyone think this will make a difference?
Currently, the sockets will 'fill up' and there is a script in place to monitor the number of sockets and reboot the system when they reach a certain threshold.
Thanks
Eric Liszka
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2001 01:40 PM
01-08-2001 01:40 PM
Re: Want to kill socket connections
Yes, it is possible to set the keepstop lower than keepfreq. However, per standard the keepalive algorithm will still send a keepalive packet when it first hits the keepstart interval.
It appears that your needs are not going to be met by the standard IP implementation, and you should probably look at coding some inactive timers into the application itself, rather than trying to adapt keepalive to your needs.
It appears that your needs are not going to be met by the standard IP implementation, and you should probably look at coding some inactive timers into the application itself, rather than trying to adapt keepalive to your needs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2001 11:45 AM
01-12-2001 11:45 AM
Re: Want to kill socket connections
Craig is quite correct - the thing to do here is have an appliation level timeout and then close() the socket.
What did you mean by "the sockets fill-up?"
What did you mean by "the sockets fill-up?"
there is no rest for the wicked yet the virtuous have no pillows
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP