Date: Fri, 18 Feb 2000 07:46:02 +0500 (MVT) From: Prashant TR X-Sender: prashant_tr AT midpec DOT com To: Kalum Somaratna aka Grendel cc: djgpp AT delorie DOT com Subject: Re: Win 2000 & Djgpp Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Thu, 17 Feb 2000, Kalum Somaratna aka Grendel wrote: > On Wed, 16 Feb 2000, Chris Jones wrote: > > > > > On my Pentium-233 it does take a long time to start up, but once running, it > > can multitask much more smoothly than Win9x - I can play an mp3 and work at > > Not mutiltasking it is more likely task switching. For ex just see how > slow and chunky the multitasking becomes say when you run GCC on a large > build and then try to open up menu's, run apps etc. So, what's the difference b/w multitasking and task switching? They are all the same. There can never be more than one task running at a time. The task switching is so fast that you tend to think there are many programs running. Multitasking is done by the scheduler which simply jumps to the TSS selector of the task, which *is* task switching. Maybe you meant something else.