From: Eli Zaretskii Newsgroups: comp.os.msdos.djgpp Subject: Re: allegro gone missing? Date: Wed, 20 Oct 1999 14:19:58 +0200 Organization: NetVision Israel Lines: 23 Message-ID: References: <380282EA DOT 3E6A AT earthlink DOT net> <38063D49 DOT 12D7 AT earthlink DOT net> NNTP-Posting-Host: is.elta.co.il Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: news.netvision.net.il 940421919 21352 199.203.121.2 (20 Oct 1999 12:18:39 GMT) X-Complaints-To: abuse AT netvision DOT net DOT il NNTP-Posting-Date: 20 Oct 1999 12:18:39 GMT X-Sender: eliz AT is In-Reply-To: To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp 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 Wed, 20 Oct 1999, Damian Yerrick wrote: > > Even a program that does nothing except being parked in an idle loop > > involves the DPMI server, since there's a timer tick every 55 msec, > > which triggers a mode switch (to reflect the interrupt to its default > > real-mode handler). > > > > In addition, if the setup of the machine under the two DPMI servers > > being compared is different, it might well be that the difference has > > nothing to do with the DPMI server per se. For example, if one > > configuration runs the machine in V86 mode and the other in the true > > real mode, the mode-switch overhead is *much* larger in the real-mode > > setup, no matter what DPMI host is in use. > > Oh, BTW, Eli meant the mode switches between real and > protected mode that happen hundreds or thousands of > times a second, several times each interrupt. Which interrupts fire with this frequency? I was talking about the timer and the keyboard, which are nowhere near these numbers.