APR tutorial
From Wikibooks, the open-content textbooks collection
[edit] About
This book is a tutorial for the free open source Wikipedia: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

