Y
Hacker News
new
|
ask
|
show
|
jobs
by
remram
1979 days ago
You can't do this with mmap though, you can't instruct
the OS
to grab pages via HTTP range requests.
2 comments
Sesse__
1979 days ago
With userfaultfd(), you can. Not necessarily a good idea, though...
link
kccqzy
1979 days ago
Write a fuse layer.
link
gpderetta
1979 days ago
Or a signal handler (but yes, it is overkill).
link