Hi!
I work on a project using e framework with ~300K lines of code in Perl (and
mod_perl used with HTML::Mason).
My applications run in an industrial environment where stability and
security are essential, and in many years on the stack (apache,
mod_perl, HTML::Mason & Perl) I have never had any serious problems.
Replacing the stack or even adding other technologies I do not think
will bring benefits.
It won't be like this forever, but I still don't see an EOL on the horizon.
If I am forced to change I will probably use Mojolicious.
Bye
gdo
Il 08/08/24 01:06, Jeff Pang ha scritto:
For me I run several apps on mod_perl, including a AI prediction app
which costs heavy CPU/ram. These apps run for long time and behave
just fine.
Today it sounds very few people use mod_perl for
development/deployment. I think the main reasons may include,
1. perl for web development is somewhat out of date
2. mp lacks threads support
3. lacks a modern framework (rails like)
And others? what's your thought?
Thanks