From: ipasm AT redline DOT ru (Sergey Aranovsky) Newsgroups: comp.os.msdos.djgpp Subject: Need help - Slow I/O in Linux dosemu Date: 19 May 98 19:22:26 GMT Organization: COMSTAR Telecommunications Lines: 28 Message-ID: <3561dbf2.0@news2.redline.ru> Reply-To: ipasm AT redline DOT ru NNTP-Posting-Host: quad.redline.ru To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Hi! Sorry, if it is offtopic here. I run Linux 2.0.33 and recently tried to run DJGPP in dosemu. All I/O is VERY SLOW. It includes compilation, compiled programs etc. For example, when typing commands in bash, timeout between pressing a key and appearing of the character on console in near 1/3-1/2 sec. Vim startup (parsing startup files) takes ~1 min. Non-DJGPP DPMI programs work fine. I understand that it is some type of uncompatibility between dosemu and DJGPP (in pure DOS all works fine), but I did not find any solution (or even statement 'it does work this way') in docs/FAQs. Does anybody know how can I speed the things up? And is it possible? Unfortunately, cross compiling does not help much, because I have to debug the program also. Good luck! S.A.