Apache Portable Runtime Article Index for
Apache
Website Links For
Apache
 

Information About

Apache Portable Runtime




  Logo
  Screenshot
  Caption
  Developer Apache Software Foundation
  Latest Release Version 1211
  Latest Release Date September 7 , 2007
  Operating System Cross-platform
  Genre Development Library
  License Apache 20 Licence
  Website http://aprapacheorg/


The Apache Portable Runtime (APR) is a supporting library for the Apache Web Server . It provides a set of API s that map to the underlying operating system. Where the OS doesn't support a particular function, APR will provide a replacement. Thus, the APR can be used to make a program truly portable across platforms.

APR was originally a part of Apache, but has now been spun off into a separate project of the Apache Software Foundation , and is used by other applications to achieve platform independence.

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



INSTALLATION

A very simple tutorial that explains how to compile and install Apache Portable Runtime (apr) on Linux can be found here .


SIMILAR PROJECTS




EXTERNAL LINKS