Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!ccu.umanitoba.ca!herald.usask.ca!alberta!brazeau.ucs.ualberta.ca!unixg.ubc.ca!ubc-cs!uw-beaver!zephyr.ens.tek.com!uunet!jahangir!wayne From: wayne@jahangir.UUCP (wayne) Newsgroups: comp.unix.questions Subject: Sockets Keywords: Sockets Message-ID: <564@jahangir.UUCP> Date: 28 Jun 91 20:40:24 GMT Organization: MDC, NYC Lines: 13 Here's on for all you sockets fans out there. I have stream sockets. One process creates and binds to the socket. Another process connects to the socket. If something bad happens and both processes exit without closing the socket, is there a way to close the socket. The process that bound the socket has not properly closed it. And the reading process has died. In effect leaving a orphaned socket. Can you get rid of this thing short of rebooting?