|
|
This article needs additional citations for verification. (July 2010) |
| Developer(s) | Apache Software Foundation |
|---|---|
| Stable release | 1.4.6 / February 14, 2012 |
| Development status | Active |
| Written in | C |
| Operating system | Cross-platform |
| Type | Development Library |
| License | Apache License 2.0 |
| Website | http://apr.apache.org/ |
The Apache Portable Runtime (APR) is a supporting library for the Apache web server. It provides a set of APIs that map to the underlying operating system (OS). Where the OS doesn't support a particular function, APR will provide an emulation. Thus programmers can use the APR to make a program truly portable across platforms.
APR originally formed a part of Apache HTTP Server, but the Apache Software Foundation spun it off into a separate project. Other applications can use it to achieve platform independence.
Contents |
The range of platform-independent functionality provided by APR includes:
| Wikibooks has a book on the topic of: APR wikibooks tutorial |
Here you can share your comments or contribute with more information, content, resources or links about this topic.