On Feb 16, 2006, at 10:18 PM, Foo Ji-Haw wrote:
I think the biggest complaint about Perl, is that it is too
symbolic (which
I thought that its ugly code - caused in part by no standard coding
practices, and far too many people pushing 'theres more than one way
to do it'
On Feb 16, 2006, at 10:02 PM, Foo Ji-Haw wrote:
One of my hopes for mod_perl, is that it will evolve into a web
server-independent layer, that can be put on IIS as well (for
example). I do
agree that Apache is a much stronger platform than IIS, but it is a
bit iffy
to put all the eggs in the same basket...
mod_perl is perl embedded in an apache instance - its not just the
code caching, but being able to script apache as well. having it
support multiple platforms would be a bit of a logistics nightmare.
there are a couple of pure-perl webservers out there that would
probably let you achieve what you want without touching IIS or apache
and should work cross platform.