Glossary


direct I/Osearch for term

Allows an application to bypass the regular cache buffer and do reads and writes directly to the file itself. Normally, all reads and writes to a file pass through a file system cache buffer, but some applications, such as database programs, may need to do their own caching.

© 2013 Novell