Date: Tue, 20 Apr 1999 12:27:38 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: rlark AT mbhs DOT edu cc: djgpp AT delorie DOT com Subject: Re: Multi tasking? In-Reply-To: <7fdq1c$sku$1@camel21.mindspring.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sun, 18 Apr 1999, Lark wrote: > How would I go about accomplishing multitasking? Please explain more what exactly do you mean by that. One interpretation is that several programs run at the same time sharing the machine resources; another interpretation is that you have several threads of execution in the same program. The solutions are quite different. In particular, the former is all but impossible in the DPMI environment; if you want to multitask programs, simply boot Windows (or Linux). > Any help would be greatly appreciated. If you don't mind, if you could > forward it to rlark AT mbhs DOT edu that would be great. If you want private responses, please don't use a fake address in your From: header. It's a nuisance to have to edit the headers by hand; I think I make enough of an effort by helping you solve your problems.