Subj : Reader Writer Puzzle To : comp.programming.threads From : bonnie.caballero Date : Tue Jun 14 2005 03:17 pm Hi, There is a linked list. A Reader task reads each node one at a time starting from the head of the list. When it reaches the end of the list, it just goes back to the head and starts all over again. One Writer task searches for a node within the list and deletes it. Another Writer task searches for a node within the list and inserts another node before it. Can anybody give the code in C Language for the Reader, Writer(Deleter) and Writer(Inserter) tasks? TIA .