regarding generic AIO, async syscalls precedent + some benchmarks by lighttpd
[Posted February 6, 2007 by corbet]
| From: |
| bert hubert <bert.hubert-AT-netherlabs.nl> |
| To: |
| Zach Brown <zach.brown-AT-oracle.com> |
| Subject: |
| regarding generic AIO, async syscalls precedent + some benchmarks by lighttpd |
| Date: |
| Sun, 4 Feb 2007 23:55:41 +0100 |
| Cc: |
| Benjamin LaHaise <bcrl-AT-kvack.org>, Ingo Molnar <mingo-AT-elte.hu>,
linux-kernel-AT-vger.kernel.org, linux-aio-AT-kvack.org,
Suparna Bhattacharya <suparna-AT-in.ibm.com>,
Linus Torvalds <torvalds-AT-linux-foundation.org> |
| Archive-link: |
| Article,
Thread
|
From two comments posted to my "blog"
http://blog.netherlabs.nl/articles/2007/02/04/a-synchrono...
Excerpted from the diary of Dragonfly BSD,
http://www.dragonflybsd.org/status/diary.shtml
Remove the asynchronous syscall interface. It was an idea before its time.
However, keep the formalization of the syscall arguments structures.
The original async syscall interface was committed in
http://leaf.dragonflybsd.org/mailarchive/commits/2004-08/...
Comment by Jan Kneschke, lighttpd developer, noting the lack of and need for
aio_stat():
Reading this article feels like reading the code I wrote in the last days
for lighttpd. Even if the network-io was async since the start
(non-blocking), the file-io wasn't. Worst of all was the stat() syscall
which doesn't have a async interface even in POSIX AIO. So it had to be
implemented with threads on our own. At http://www.lighttpd.net/benchmark/
you can see the impact of async vs. blocking syscalls.
Perhaps relevant.
--
http://www.PowerDNS.com Open source, database driven DNS Software
http://netherlabs.nl Open and Closed source services
(
Log in to post comments)