Browse thread
How to read different ints from a Bigarray?
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2009-10-29 (20:40) |
From: | Florian Weimer <fw@d...> |
Subject: | Re: [Caml-list] Re: How to read different ints from a Bigarray? |
* Goswin von Brederlow: > - The data is passed to libaio and needs to be kept alive and unmoved > as long as libaio knows it. It also has to be aligned to a 512-byte boundary, so you can use O_DIRECT. Linux does not support truely asynchronous I/O without O_DIRECT AFAIK, which rarely makes it worth the trouble.