Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!nbires!ico!isis!ross From: ross@isis.UUCP (Ross McConnell) Newsgroups: comp.sys.ibm.pc Subject: SIGINT question Message-ID: <1930@isis.UUCP> Date: Fri, 4-Sep-87 12:35:31 EDT Article-I.D.: isis.1930 Posted: Fri Sep 4 12:35:31 1987 Date-Received: Sun, 6-Sep-87 09:39:52 EDT Organization: University of Denver, Math/CS Lines: 8 I am using signal() in a MSC4.0 program, to catch CTRL-C - everything works fine. However, parts of the program consist of lengthy math routines, and the response to the CTRL-C can be quite slow (5-10 seconds). I believe that this occurs because DOS only checks for CTRL-C while making BIOS calls. Is this true? If so, what is a good way around it. Make "dummy" BIOS calls in the math routines? Any suggestions would be appreciated.