Originally posted by: nagger
If you mount with the CIO option then file I/O will NOT use the file system cache at all.
The read and writes from your application will have to be on 4KB boundaries and and a multiple of 4KB in size. There data will be read/written straight from the disk in to the buffers inside your program.
That is the whole point of Concurrent I/O (CIO).
Hope this helps, Nigel
#AIX-Forum