read/write lock for concurrent access
Hi everyone, Does boost supports for CREW(concurrent read/exclusive write) model for preventing race conditions? Also in another words does it support read/write lock ? Tnx... ---Sgo--- Selçuk Giray ÖZDAMAR - Araştırmacı TÜBİTAK Marmara Araştırma Merkezi - Bilişim Teknolojileri Enst. *selcuk.ozdamar@bte.mam.gov.tr |( +90 262 677 (2518)
Selçuk Giray Özdamar
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
participants (3)
-
Anthony Williams
-
Cory Nelson
-
Selçuk Giray Özdamar