Is there any way of forcing or prioritizing a directory, files or files being written/read by a certain process into the kernel file cache?
edit: system is linux.
edit: I have 1 process which writes a file and about 7-10 processes which read the file thats written by the one process. I'd like to minimize the overall disk i/o involved.