11 May 22:56
Re: read/write lock for concurrent access
From: Anthony Williams <anthony_w.geo <at> yahoo.com>
Subject: Re: read/write lock for concurrent access
Newsgroups: gmane.comp.lib.boost.user
Date: 2008-05-11 20:56:15 GMT
Subject: Re: read/write lock for concurrent access
Newsgroups: gmane.comp.lib.boost.user
Date: 2008-05-11 20:56:15 GMT
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
RSS Feed