Results 1 to 2 of 2
Guys,
Is there any command in Linux to kill a socket connection WITHOUT killing its parent application? For example, I have streaming server with several connected users and I want ...
- 03-09-2010 #1Just Joined!
- Join Date
- Mar 2010
- Posts
- 1
Killing socket connection
Guys,
Is there any command in Linux to kill a socket connection WITHOUT killing its parent application? For example, I have streaming server with several connected users and I want to close socket connection to one of them?
Thanks.
- 03-16-2010 #2Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,970
The answer is "it depends". Each streaming client will have its own socket to the server. If the server has a "command" socket that can take a message to terminate one of the connections to it, that would be best.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!


Reply With Quote
