Question: write by c Write a program that creates an array of size 10000, then creates two threads. a. The first one should start creation of

write by c

Write a program that creates an array of size 10000, then creates two threads.

a. The first one should start creation of random numbers of values between 0 and 1000, then enters it's critical section controlled through semaphores, and writes the generated value into the pre-defined array and into a file named "Producer activity" with the following format: "Producer produced item number - at position - with the value -" Then exits the critical section, and repeats the previous task 10000 times.

b. The second one should requests entrance to the critical section that is controlled through semaphores, reads the values written in the array, and writes it to the screen with the following format: "Consumer consumed item number - from position - with the value -" And to a file named Consumer activity, then exits the critical section, and repeats till the producer finishes production

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!