Date: Wed, 16 May 2001 19:05:19 -0400 Message-Id: <200105162305.TAA08070@envy.delorie.com> X-Authentication-Warning: envy.delorie.com: dj set sender to dj AT envy DOT delorie DOT com using -f From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: <5.0.2.1.0.20010517104203.009e9ec0@pop3.paradise.net.nz> (sw AT paradise DOT net DOT nz) Subject: Re: DJGPP sends output to the console faster than ... References: <5 DOT 0 DOT 2 DOT 1 DOT 0 DOT 20010517104203 DOT 009e9ec0 AT pop3 DOT paradise DOT net DOT nz> 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 > I find that DJGPP seems to output to the console faster > than console programs written with some win32 compilers. > > Does this seem right? Perhaps someone could be kind enough to > explain why. Many thanks in advance (to avoid clogging :-) Yup, that's normal behavior. DJGPP is bypassing the Win32 layers and going directly to the DOS operating system below it.