Xref: utzoo comp.lang.c:24429 comp.unix.wizards:19675 comp.unix.questions:18337 Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!clyde.concordia.ca!uunet!samsung!rex!rouge!usl!pcb From: pcb@usl.usl.edu (Peter C. Bahrs) Newsgroups: comp.lang.c,comp.unix.wizards,comp.unix.questions Subject: signals? Message-ID: <846@usl.usl.edu> Date: 10 Dec 89 07:54:18 GMT Organization: CACS, Lafayette, LA, USA Lines: 17 I have a server that listens to sockets and processes stuff as a result of the message. I am using read, write, connect, accept... I want to send the server an urgent message from within a client application. I want the server to stop what it is doing, handle the request and continue (interrupt-ish). Does anyone have any suggestions as how to best approach this problem? I think I want to set a signal on incoming socket messages? /*------------Thanks in advance...---------------------------------------+ | Peter C. Bahrs | | The USL-NASA Project | | Center For Advanced Computer Studies pcb@gator.usl.edu | | University of Southwestern Louisiana | | Lafayette, LA 70504 318-231-6768 | +-----------------------------------------------------------------------*/