Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
Apache Portable Runtime
Supporting library for the Apache web server
  • Free and open-source software portal

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 does not 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.

Related Image Collections Add Image
We don't have any YouTube videos related to Apache Portable Runtime yet.
We don't have any PDF documents related to Apache Portable Runtime yet.
We don't have any Books related to Apache Portable Runtime yet.
We don't have any archived web articles related to Apache Portable Runtime yet.

Functionality

The range of platform-independent functionality provided by APR includes: 2

Similar projects

  • GLib – provides similar functionality. It supports many more data structures and OS-independent functions, but fewer IPC-related functions. (GLib lacks local and global locking and shared-memory management.)
  • Netscape Portable Runtime (NSPR) is a cross-platform abstraction library used by the Mozilla project. It is used by another subproject of Mozilla application framework (XPFE) to provide cross-platform graphical user interface (GUI) functionality.
  • Adaptive Communication Environment (ACE) is an object-oriented library written in C++ similar in functionality to APR. It is widely deployed in commercial products.3
  • commonc++ is a cross-platform C++ class library for systems programming, with much of the same functionality as APR.
  • POCO is a modern C++ framework similar in concept but more extensive than APR.
  • wxWidgets is an object-oriented cross-platform GUI library that also provides abstraction classes for database communication, IPC and networking functionality.
  • KDE Frameworks – used by KDE SC
Wikibooks has a book on the topic of: Apache Portable Runtime

References

  1. Stable Apache Release Hits, Sean Michael Kerner, 2 December 2005, "Apache Portable Runtime (APR) 1.0 API, which provides libraries that interface between the underlying operating system and the server." http://www.internetnews.com/dev-news/article.php/3568241/Stable+Apache+Release+Hits.htm

  2. "Apache Portable Runtime modules". Apache. Retrieved 23 September 2023. https://apr.apache.org/docs/apr/1.7/modules.html

  3. "ACE and TAO Success Stories". Archived from the original on 29 August 2008. Retrieved 2008-07-31. https://web.archive.org/web/20080829164836/http://www.cs.wustl.edu/~schmidt/ACE-users.html