Apache Portable Runtime
From Wikibooks, the open-content textbooks collection
This book is a tutorial for the free open source Apache Portable Runtime.
[edit] Introduction
[edit] APR Modules
- Synchronization
- File Lock
- Process Lock
- Thread Lock
- Global Lock - a lock for both threads and processes
- Thread Reader/Writer Lock
- Thread Condition Variable
- Atomic Operation
- Data Objects
- Array
- Table
- Ring - implemented as a macro
- Hash Table