From: "sl" Newsgroups: comp.os.msdos.djgpp Subject: RHIDE -- author(s) please read this Date: Fri, 07 Nov 97 14:19:47 Organization: Generation.NET Lines: 24 Message-ID: Reply-To: "sl" NNTP-Posting-Host: portA15.Generation.NET Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Hi, RHIDE (for DOS) is multitasking unfriendly. I assume that when RHIDE is idle it uses: while (! (keypressed = KBHIT() ) ); switch keypressed or something of the sort. By simply replacing those lines with: #include #include while (!keypressed=kbhit()) __dpmi_yield(); the cpu usage goes down from 100% to 1%.. Can you please make this modification in the next release of RHIDE and/or release some sort of patch for the current release? Please reply, (sl AT usemail DOT com) Gili