Difference between revisions of "Apache Portable Runtime"

From Second Life Wiki
Jump to navigation Jump to search
(New page: The Apache Portable Runtime (APR) is a set of functions designed to abstract common I/O functions in a crossplatform manner. The source and further documentation is available at http://ap...)
 
(copied useful blurb from licensing page)
Line 1: Line 1:
The Apache Portable Runtime (APR) is a set of functions designed to abstract common I/O functions in a crossplatform manner.
The Apache Portable Runtime (APR) is a set of functions designed to abstract common I/O functions in a crossplatform manner.
We primarily use it for threading and socket i/o. This is actually three packages, apr, apr-util and apr-iconv.


The source and further documentation is available at http://apr.apache.org/
The source and further documentation is available at http://apr.apache.org/

Revision as of 13:16, 19 June 2008

The Apache Portable Runtime (APR) is a set of functions designed to abstract common I/O functions in a crossplatform manner. We primarily use it for threading and socket i/o. This is actually three packages, apr, apr-util and apr-iconv.

The source and further documentation is available at http://apr.apache.org/