Am Freitag, den 05.01.2007, 13:40 -0800 schrieb John David Duncan: > The most powerful non-C interface into Apache is mod_perl. Perl code is > interpreted to byte code and can run inside the web server at near- > native > speed, mod_perl exposes Apache's complete C API, and yet Perl is also a > very flexible high-level language that invites many different > programming > styles.
The problem with mod_perl is the memory footprint. It is not multiplatform in the library sense. You probably would not want to use a perl module from e.g. python because of that. Sincerely, Joachim
