Path: utzoo!utgpu!watmath!clyde!att!rutgers!iuvax!bsu-cs!dhesi From: dhesi@bsu-cs.UUCP (Rahul Dhesi) Newsgroups: comp.unix.questions Subject: Re: signals to running processes Message-ID: <4933@bsu-cs.UUCP> Date: 2 Dec 88 04:35:39 GMT References: <950@taux01.UUCP> <7045@chinet.chi.il.us> Reply-To: dhesi@bsu-cs.UUCP (Rahul Dhesi) Organization: CS Dept, Ball St U, Muncie, Indiana Lines: 8 I have lost track of whether the original poster, who wanted to be able to send a signal to a process not owned by him, wanted to do it under under BSD or System V. If it was BSD, a possibility is to open an Internet domain socket and set up a SIGIO handler. When somebody-- anybody--tries to write to the socket a SIGIO signal will be seen by the process. -- Rahul Dhesi UUCP:!{iuvax,pur-ee}!bsu-cs!dhesi