Quote:
|
Originally Posted by jim mcnamara
You want write-execlusive locking, correct?
Otherwise read-shared locking.
|
I need read-write locks of the kind described by Butenhof in his "Programming with Posix Threads" book. These provide read-shared and write-exclusive access to a resource (not at the same time, naturally) within a process. I need to extend this concept to multiple processes.