Date: Fri, 17 Aug 2001 14:52:37 +0200 From: sthaug@nethelp.no To: bob@buckhorn.net Cc: jan@digitaldaemon.com, FreeBSD-Questions@FreeBSD.org, FreeBSD-ISP@FreeBSD.org Subject: Re: Killing TCP/IP connection. Message-ID: <55978.998052757@verdi.nethelp.no> In-Reply-To: Your message of "Fri, 17 Aug 2001 07:44:59 -0500" References: <3B7D11CB.3728823C@buckhorn.net>
next in thread | previous in thread | raw e-mail | index | archive | help
> > Unfortunately, you *don't* always want to kill the process - think of > > a server process handling many clients connections. You want to kill > > the connection to *one* client, but not the rest. > > Since each connection gets it's own pid, this isn't a problem. You can > kill a single ftp session or http session without interfering with the > rest. That's fine for the one process per client case. But I'm talking about the general case where *one* process handles the connections to many clients, and you specifically *don't* have a separate process per client. In such cases it would be very useful to have a command line facility to kill *one* connection without interfering with the other connections handled by the same process. Steinar Haug, Nethelp consulting, sthaug@nethelp.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?55978.998052757>