From: "Wojciech Galazka" Newsgroups: comp.os.msdos.djgpp Subject: Re: how does DJGPP check for LFN support? Date: Thu, 29 Jun 2000 08:45:11 +0200 Organization: http://news.icm.edu.pl/ Lines: 14 Message-ID: <8jer9r$mn5$1@sunsite.icm.edu.pl> References: <200006281820 DOT NAA05963 AT darwin DOT sfbr DOT org> NNTP-Posting-Host: plus131.polkomtel.com.pl Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: 8bit X-Trace: sunsite.icm.edu.pl 962261115 23269 212.2.97.4 (29 Jun 2000 06:45:15 GMT) X-Complaints-To: abuse AT news DOT icm DOT edu DOT pl NNTP-Posting-Date: 29 Jun 2000 06:45:15 GMT X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 X-Newsreader: Microsoft Outlook Express 4.72.3110.5 X-Notice1: This post has been postprocessed on the news.icm.edu.pl server. X-Notice2: Subject line has been filtered and any Odp: strings removed. To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Jeff Williams wrote in : <200006281820 DOT NAA05963 AT darwin DOT sfbr DOT org>... > >-: 2 you need to implement a intelligent file cache or the TSR will be really >-: slow and almost unusable > >Do you believe this will be as critical if the driver is written in asm? > Do you see the difference in speed with SMARTDRV loaded or not loaded? The point is that with a cache you won't need to access a disk every time a disk operation is performed.