Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site brl-tgr.ARPA Path: utzoo!linus!philabs!cmcl2!seismo!brl-tgr!tgr!BILLW@SU-SUSHI.ARPA From: BILLW@SU-SUSHI.ARPA (Chops) Newsgroups: net.micro Subject: DOS reentrency... Message-ID: <10859@brl-tgr.ARPA> Date: Mon, 20-May-85 21:54:30 EDT Article-I.D.: brl-tgr.10859 Posted: Mon May 20 21:54:30 1985 Date-Received: Thu, 23-May-85 00:42:36 EDT Sender: news@brl-tgr.ARPA Lines: 15 I want to be able to have a background process read from a serial port and write to disk occasionally. DOS is not reentrant, although there are supposed to be ways around this (Is there an example anywhere?). The DOS documentation implies that the low numbered dos calls are handled differently, that you can, for example, write to the console even if you are in the middle of some other DOS call. My specific questions are these: 1) Is this true 2) does it work the other way around (eg can I write to a fiel while DOS is waiting for a character to be typed on CON:) Thanks Bill W -------