Y
Hacker News
new
|
ask
|
show
|
jobs
by
loeg
1979 days ago
You're not wrong. Applications and libraries that want to be non-blocking should mlock their pages and avoid mmap for further data access. ntpd does this, for example.
After application startup, you
can
avoid
additional
mmap.