Apache Portable Runtime: Difference between revisions

From Second Life Wiki
Jump to navigation Jump to search
Rob Linden (talk | contribs)
copied useful blurb from licensing page
Add link to the 90 kb chart I'm creating
Line 3: Line 3:


The source and further documentation is available at http://apr.apache.org/
The source and further documentation is available at http://apr.apache.org/
=== Comparison of APR and other file storage methods ===
* A table showing where the APR and other procedural file storage methods are used in the client source can be found here: [[Local data storage methods used in the viewer]]

Revision as of 14:17, 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/

Comparison of APR and other file storage methods