Y
Hacker News
new
|
ask
|
show
|
jobs
by
wmf
3463 days ago
OK, so you're talking about AIO and other people here are talking about mmap. If you have working AIO then you can indeed write a fully async server at the cost of extra memory copies.
1 comments
smegel
3463 days ago
Sadly mmap is also blocking on page faults on Linux :(
link
mfukar
3463 days ago
I would be very interested in how you envision a system that does NOT block on page faults.
link