Apache Portable Runtime

From Second Life Wiki
Revision as of 13:16, 19 June 2008 by Rob Linden (talk | contribs) (copied useful blurb from licensing page)
Jump to navigation Jump to search

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/