Saturday, 17 December 2011

Strings producer and consumer processes

Fork two processes that create and remove 10,000 random length strings of random alphabetic characters.
Hint: use shared memory, include sys/shm.h.
See also Producer and consumer processes

SOLUTION

Download file




Excercise from CS3008

No comments: