Difference between revisions of "Apache Portable Runtime"
Jump to navigation
Jump to search
Rob Linden (talk | contribs) (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...) |
Rob Linden (talk | contribs) (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 12: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/