Path: utzoo!utgpu!water!watmath!clyde!rutgers!ames!oliveb!amiga!boing!dale From: dale@boing.UUCP (Dale Luck) Newsgroups: comp.sys.amiga Subject: Re: simple AmigaDos thrashing solution Message-ID: <107@boing.UUCP> Date: 21 Feb 88 19:00:58 GMT References: <8504@sunybcs.UUCP> <1177@goanna.oz> Reply-To: dale@boing.UUCP (Dale Luck) Organization: Boing, Milpitas, Ca. Lines: 15 In article <1177@goanna.oz> ajk@goanna.oz (Alan Kent) writes: >The simplest way to stop AmigaDos thrashing would be to make the >trackdisk.device cache more than one track. >So, anyone want to rewrite "trackdisk.device" and have a new command >"settrack "? You could get rid of addbuffers if you >wanted to. Perhaps it could be put in 1.3. >Alan Kent (RMIT, Melbourne, AUSTRALIA) The trackdisk driver as originally written did have more than 1 track buffer. We had to limit it to 1 though to keep all those 265k systems working. Maybe it is time to rethink this strategy and let it loose again. It should probably check the available memory at power on and automatically grow it trackdisk cache. Adding a new command like addbuffers for us programmers would be good as well. Dale Luck