Home
| Calendar
| Mail Lists
| List Archives
| Desktop SIG
| Hardware Hacking SIG
Wiki | Flickr | PicasaWeb | Video | Maps & Directions | Installfests | Keysignings Linux Cafe | Meeting Notes | Linux Links | Bling | About BLU |
A while ago, I wrote an asynchronous file I/O system for Linux, I basically needed too because the posix AIO was so limited. I wrote mine using threads, one thread per file, and one event per thread. It seems pretty good. Works fairly well, more or less portable even. (I've tested it on Windows, Mac, and Linux) My question, is AIO on Linux ever going to become a robust system that works on all file types? Would using kernel based AIO on Linux perform any better than merely a thread based system? (provided what you are doing maps to kernel AIO)
BLU is a member of BostonUserGroups | |
We also thank MIT for the use of their facilities. |