CompuServe Messages

#Facc III

    24-Dec-88 00:32:05
Sb: #4161-#Facc III
Fm: ASDG 76004,1765
To: Thomas Holaday 70407,534
Buffers are still device specific to the best of my knowledge. However, you won't need to allocate as many buffers as you suggest (1000 – 1500). Rather, a smaller number of buffers does quite well (in the 100 to 200 range). The file system itself won't spend its time caching multisector reads (since that would impose an extra copy). It will cache single sector reads (such as directory and file header fetches…exactly the kind of intelligent cache management we developed with FaccII). And…there's no way to have the file system give back buffers. (That was another feature of FaccII).