On Tue, Jul 31, 2001 at 09:33:42AM +0200, Graham Leggett wrote: > Ok - In the code I am busy porting, a shared memory cache is > implemented. When something writes to the cache, nothing else must read > or write. When something is read from the cache, anyone else may read > simultaneously without a problem. Is this a job for a read/write lock?
I think you've answered your own question. (Yes.) -- justin
