R
Rookie
If I have multiple processes (parent+1 or more child processes) that are
reading a file at the same time (fopen("path.txt","r") - do I have to
implement mutual exclusion requiring only one process have access to the
file at a time?
reading a file at the same time (fopen("path.txt","r") - do I have to
implement mutual exclusion requiring only one process have access to the
file at a time?