Dear All, I am desparately looking for a C prog (OS independent), could any one of you please provide me the program....
Write a program to read from and write into shared memory using threads while satisfying the following conditions: a) create number of worker threads and a master thread. b) Master thread should have control on reader and writer threads. c) Writer thread (worker thread) should return control to the master thread after writing into shared memory. d) Now the master thread has control, so it should be able to read or write. e) Reader thread (worker thread) should return control to the master thread after reading from shared memory. f) Now the master thread has control, so it should be able to read or write. g) The program should run on all platforms (OS independent). skumar [Non-text portions of this message have been removed]
