Anthony Williams | 11 May 22:56

Re: read/write lock for concurrent access

Selçuk Giray Özdamar <selcukgiray <at> gmail.com> writes:

> Does boost supports  for CREW(concurrent read/exclusive write) model for
> preventing race conditions? Also in another words does it support read/write
> lock ?

Yes. boost::shared_mutex provides multiple-reader/single-writer locking.

Anthony
--

-- 
Anthony Williams            | Just Software Solutions Ltd
Custom Software Development | http://www.justsoftwaresolutions.co.uk
Registered in England, Company Number 5478976.
Registered Office: 15 Carrallack Mews, St Just, Cornwall, TR19 7UL

Gmane