Question: Write a C program that creates two processes. Each process should repeatedly write its own unique message to a test file, one character at a
Write a C program that creates two processes. Each process should repeatedly write its own unique message to a test file, one character at a time. Add #include to your program, and use the usleep(1) and fflush(FILE *stream) calls between writes to individual characters. Do you see garbled messages in the file? Why or why not? Can you create/check/delete an extra test.lock file to coordinate these two processes so the test file no longer contains garbled messages? Why or why not? State your assumptions.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
