You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by GitBox <gi...@apache.org> on 2021/04/14 23:24:21 UTC

[GitHub] [trafficserver] oschwald edited a comment on issue #7669: Issue with memory mapped GeoIP DB files in Linux?

oschwald edited a comment on issue #7669:
URL: https://github.com/apache/trafficserver/issues/7669#issuecomment-819550435


   On unix systems, when you atomically replace a file (or use `rm` for that matter), the file is merely unlinked. The space associated with the file is not freed until all open file handles are closed. There is no need to keep it with a dummy name. See `rename(2)` and `unlink(2)`.


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org