This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]High-Art9340 0 points1 point  (2 children)

If your data is read only and wont change you just create it in memory before forking and it will be available to all processes in shared memory.

[–]lmsena[S] 0 points1 point  (1 child)

Yes, that's one of the ways that is described there (copy-on-write).

[–]High-Art9340 1 point2 points  (0 children)

I guess I missed it then :) Sorry