ReadWrite Mutex
The QtReadWriteMutex class is useful to synchronize multithreaded access to resources that can support multiple readers, but only one writer.
This class can be used by multi-threaded applications to synchronize read and write access to resources that are shared between threads. It will allow write access to only one thread at a time, and ensure that no threads have read access while the resource is being written to. It can also be used to limit the number of simultaneous reading threads.
This Qt Solutions component is for Qt 3. For Qt 4 Solutions, please visit the Qt 4 Solutions Catalog.
Documentation:
Classes
ExamplesTested on:
- Qt 3.3.3 SuSE Linux 9.1 / gcc 3.3.3
- Qt 3.3.3 Windows 2000 / VC++ 6.0
- Qt 3.3.3 AIX 5.1 / xlC 6
- Qt 3.3.3 SunOS 5.8 / Sun C++ 5.5
- Qt 3.3.3 Mac OS X / gcc 3.3
Unsupported platforms:
- Qt 3.3.3 FreeBSD 4.10 / gcc 2.95.4
- Qt 3.3.3 Windows 2000 / Borland C++ 5.6
Download Commercial Edition:
Only available for Qt Solutions license holder with a valid Support and Maintenance agreement (authentication required).> <br>

