Date: Fri, 08 Dec 2000 20:11:02 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: Gautier Message-Id: <9743-Fri08Dec2000201101+0200-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.6 CC: djgpp AT delorie DOT com In-reply-to: <3A311832.EE3F1C76@zxblr2f.grbl> (message from Gautier on Fri, 08 Dec 2000 18:19:46 +0100) Subject: Re: multitasking References: <90qs8i$hj5$1 AT nnrp1 DOT deja DOT com> <3A311832 DOT EE3F1C76 AT zxblr2f DOT grbl> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Date: Fri, 08 Dec 2000 18:19:46 +0100 > From: Gautier > > > Well, this would be possible under a multi-tasking DPMI host, but > > neither CWSDPMI or the DPMI emulation under win32 provide this kind of > > functionality. > > As for running 2 .EXEs "at the same time" Win32 seems to fit - hum, even > Win 3.1, isn't it ? No. What Windows provides is a way to run several DOS or DPMI programs in separate Virtual Machines. But Windows doesn't let you run several DPMI programs in _the same_ Virtual Machine. To get a useful multiprocessing, you need the latter, because separate VMs cannot easily communicate to each other, so you have problems with redirecting handles, IPC, and other goodies which are what multiprocessing is normally used for. > > AFAIK, there are no free multi-tasking DPMI servers available, in fact > > the only one I can think of at all is OS/2, but thats more than just a > > DPMI server. :) > > What about DR-DOS that you can d'load, that provides multitasking _and_ > in its la(tes)t version 7.03 a fully 32-bit DPMI server ?... DR-DOS is not Free Software.