<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Project><name>directio</name>
<shortdesc>A Python interface to open/read/write on a direct I/O context.</shortdesc>
<description>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.</description>
<homepage rdf:resource="www.enix.org" />
<maintainer><foaf:Person><foaf:name>Omar Ait Mous</foaf:name>
<foaf:mbox_sha1sum>00d08065610da0a59f7f5f17e0f25f406a61f785</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>1.0</revision></Version></release>
</Project></rdf:RDF>