Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

> Compare this to Perl, which everyone hates, but which has a modular-enough core that you can override core behaviors.

Also note that mod_perl for Apache provides several really good features for efficient web applications that are missing in all other language modules (including mod_php).



What are these features?


You can hook on any internal apache processing step, not just the final page generation (as with mod_php, mod_rails, etc). This allows you, for example, to use Perl code instead of Rewrite Rules, and still using Apache's fast to finally deliver static content. Moreover, you could theoretically provide the whole Apache configuration via Perl code.

Although that kind of stuff may sound complicated, it allows for great flexibility and I've been told that this actually simplifies things.

The mod_perl docs provide more information: http://perl.apache.org/docs/2.0/user/config/config.html




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: