Messages in this thread |  | | Subject | Re: fcntl() or ioctl() for fs readahead? | Date | Fri, 24 May 1996 11:39:40 PDT | From | "Marty Leisner" <> |
| |
I don't like reada...it adds complexity and is another problem porting code...
I'm not sure what the readahead algorithm is, but the kernel should be smart enough to guess:
I'm doing sequential reads, I may as well get more into the buffer cache...
-- marty leisner@sdsp.mc.xerox.com Member of the League for Programming Freedom
|  |