directio 1.1
A Python interface to open/read/write on a direct I/O context.
This is an interface to open(), read(), write() and close() on a direct I/O context (O_DIRECT flag) from the Python programming language.
These system calls are Linux system calls to * open a file with the O_DIRECT flag, and close it. * read or write from the file ignores the buffer cache.
The O_DIRECT flag introduced in SGI IRIX, where it has alignment restrictions similar to those of Linux 2.4. FreeBSD 4.x introduced a flag of the same name, but without alignment restrictions. Support was added under Linux in kernel version 2.4.10. Older Linux kernels simply ignore this flag.
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
|
directio-1.1.linux-i686.tar.gz
(md5)
built for Linux-2.6.32-5-686-i686-with-glibc2.3.2 |
"dumb" binary | 2.6 | 2010-11-30 | 12KB | 308 |
| directio-1.1.tar.gz (md5) | Source | 2010-11-30 | 3KB | 357 | |
- Author: Jérôme Petazzoni
- Home Page: www.enix.org
- License: http://www.gnu.org/licenses/gpl.txt
- Platform: Linux
- Categories
- Package Index Owner: oaitmous, jpetazzo
- DOAP record: directio-1.1.xml
