AngelCode.com > Reference Database > Computer Science

Implementing a Read/Write Mutex

Date written:2004
Authors:Volker Hilsheimer
Resource type:article
Links:[html]

Description

Explains the theory of a read/write mutex, and shows how to implement a fair and non-starving one using normal mutexes and semaphores.

DB information

Date created:2012-05-21 20:02:58
Date evaluated:2012-05-21 20:02:58
Categories:Computer Science