Click here to Skip to main content
15,867,308 members
Articles / Programming Languages / C++

A .NET-like ReaderWriterLock Class In Native C++

Rate me:
Please Sign up or sign in to vote.
4.87/5 (27 votes)
19 Oct 2007CPOL9 min read 132.6K   2.1K   70  
A very efficient reader-writer lock class in C++ that is similar to the .NET ReaderWriterLock one

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

No alternatives have been posted.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Global Cybersoft (Vietnam)
Vietnam Vietnam
Quynh Nguyen is a Vietnamese who has worked for 7 years in Software Outsourcing area. Currently, he works for Global Cybersoft (Vietnam) Ltd. as a Project Manager in Factory Automation division.

In the first day learning C language in university, he had soon switched to Assembly language because he was not able to understand why people cannot get address of a constant as with a variable. With that stupid starting, he had spent a lot of his time with Assembly language during the time he was in university.

Now he is interesting in Software Development Process, Software Architecture and Design Pattern… He especially indulges in highly concurrent software.

Comments and Discussions