Apache Portable Runtime
From Wikibooks, open books for an open world
|
|
A reader has identified this book as an undeveloped draft or outline. You can help to develop the work, or you can ask for assistance in the project room. |
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