monkburger opened a new pull request #32: URL: https://github.com/apache/apr/pull/32
mmap's MAP_POPULATE will help to avoid expensive page faults by filling the page table with entries (read ahead on a file) MAP_POPULATE has been present on Linux since kernel 2.5.46 (20 years ago). XXX: Would it be better to scope configure.in to check to see if MAP_POPULATE returns EINVAL? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@apr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org