|
|
|
|
|
by DblPlusUngood
2620 days ago
|
|
What coherence is lacking? OpenBSD supports msync(2), which is the only POSIX mechanism I know of for ensuring coherency between read(2) and shared file mappings. Otherwise relying on unspecified behavior sounds dangerous. |
|