Paul Harrison wrote:
Hi All, I thought the APR module was use for ==> to load mod_perl2 outside of Apache(command line). I'm lost when I see modules like ==> use APR::Table () inside of Apache(not the command line)

The APR (Apache Portable Runtime) is an abstraction layer that provides portability for things that are normally platform-specific. The apache web server is implemented using APR. APR can also be used without the web server, for making other projects portable across platforms. Does that answer your question?

- Perrin
  • Re: APR Perrin Harkins

Reply via email to