[ug-bosug] Kill a coonection

Venky venky.tv at sun.com
Sun Aug 27 01:46:58 PDT 2006


Hi Darshak,

Are you referring to the server port being in a CLOSE_WAIT state
or something similiar?  This almost always means that that
connection has not been terminated cleanly by the client.
Killing the client while it has the connection open is a good way
of causing this to happen.

Solution: avoid killing the client with a "kill -9".  Most
applications tear down the connection cleanly when you send them
the default TERM signal.

Venky.

On Sat, Aug 26, 2006 at 01:53:50PM +0530, darshak wrote:
> Hi ALL
>  I have many times observed that , even we kill a process/port, but the connection remains "ESTABLISHED" , so process in not restarting
> 
>  What can be the solution? And what is the reasin for this behaviour
> 
> Rgds
> darshak

_______________________________________________
ug-bosug mailing list
List-Unsubscribe: mailto:ug-bosug-unsubscribe at opensolaris.org
List-Owner: mailto:ug-bosug-owner at opensolaris.org
List-Archives: http://www.opensolaris.org/jive/forum.jspa?forumID=54



More information about the ug-discuss mailing list