Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!samsung!zaphod.mps.ohio-state.edu!lavaca.uh.edu!uhnix1!csuna.cs.uh.edu!rr From: rr@csuna.cs.uh.edu (Ravi Ramachandran) Newsgroups: comp.unix.wizards Subject: Use of ssignal() in Sys V. Message-ID: <24199@uhnix1.uh.edu> Date: 14 Mar 90 05:28:16 GMT Sender: nntppost@uhnix1.uh.edu Reply-To: rr@cs.uh.edu Organization: University of Houston Lines: 13 The man pages for ssignal & gsignal on Sys V are as succint as usual. I tried looking up a few adv. Unix books, but none of them ever mention ssignal. The way I have used it is to use ssignal to initialize the software signal, and then use gsignal to raise it. But this seems more like another version of using setjmp() or calling a procedure. Is there any use for ssignal()? Can I use it between processes (I tried it & it didn't seem to work)? I know the man pages says that the C compiler uses it. But unless there is some way a parallel thread can send a signal, it does not seem too useful. Thanx for shedding any light (I SAID BUD LITE), --ravi-