Xref: utzoo comp.unix.wizards:10960 comp.unix.questions:9121 Path: utzoo!attcan!uunet!sdrc!gpkinman From: gpkinman@sdrc.UUCP (Tim Kinman) Newsgroups: comp.unix.wizards,comp.unix.questions Subject: interrupts Keywords: interrupts, alarms Message-ID: <373@sdrc.UUCP> Date: 6 Sep 88 19:56:22 GMT Organization: Structural Dynamics Research Corp., Cincinnati Lines: 13 I would like to implement an alarm utility within my application but I am concerned about the side effects it will have on my existing code. It is my understanding that reads from a terminal, wait, and pause will return an error condition when they are interrupted by an alarm. I have several questions... 1. Are these the only system functions that will not resume where they left off after the interrupt is complete? 2. Is this true on all flavors of UNIX? I recently heard that this is not a problem on System V.