← Back to context

Comment by cryptonector

4 years ago

If loading == mmap(2)ing read-only, then it's not a problem. Read-only pages don't get CoW'ed.

Back when I did this, loading usually meant querying a bunch of constant data in mod_perl.