Re: reasons for modperl declines?

2024-08-08 Thread Jeff Pang
And we have video servers which have access control methods by modperl. only authenticated users have access permission to videos which are just static files. the ip white/black lists are set in apache's configuration file. even ops can update the lists. This is a special business scenario. Vi

Re: reasons for modperl declines?

2024-08-08 Thread Mithun Bhattacharya
Oh I am referring to twenty years ago when if you wanted to maintain your sanity you don't let Cpanel touch your regular Apache configuration, let alone one with mod_perl configured. On Thu, Aug 8, 2024, 4:49 PM Jeff Pang wrote: > In now days configuration is not a hard job if you like to learn.

Re: reasons for modperl declines?

2024-08-08 Thread Jeff Pang
On 2024-08-08 22:51, Mithun Bhattacharya wrote: So I am a mod_perl user for about 25 years now - pretty much I started with perl and mod_perl together :) Looking at the conversation I can see it is diverging into two parts - one what to do with mod_perl and in general concerns with Perl. Yes

Re: reasons for modperl declines?

2024-08-08 Thread Mithun Bhattacharya
So I am a mod_perl user for about 25 years now - pretty much I started with perl and mod_perl together :) Looking at the conversation I can see it is diverging into two parts - one what to do with mod_perl and in general concerns with Perl. Yes we have alternatives to mod_perl and you should defi

Re: reasons for modperl declines? ... pagination

2024-08-08 Thread Guido Brugnara
Il 08/08/24 15:35, Vincent Veyron ha scritto: On Thu, 8 Aug 2024 13:11:18 +0200 Guido Brugnara wrote: Hi Guido, Special feature of the project is the use of HTML::Mason also for SQL code generation templates for efficient paging of very large recordset (even millions of rows). Excuse me for

Re: *** SPAM *** Re: reasons for modperl declines?

2024-08-08 Thread Vincent Veyron
On Thu, 8 Aug 2024 13:11:18 +0200 Guido Brugnara wrote: Hi Guido, > > Special feature of the project is the use of HTML::Mason also for SQL > code generation templates for efficient paging of very large recordset > (even millions of rows). > Excuse me for hijacking this thread, but I'm curi

Re: reasons for modperl declines?

2024-08-08 Thread Guido Brugnara
Il 08/08/24 12:48, Jeff Pang ha scritto: On 2024-08-08 16:57, Guido Brugnara wrote: Hi! I work on a project using e framework with ~300K lines of code in Perl (and mod_perl used with HTML::Mason). 300K is so huge a system. is it ERP/CRM related system (b/c I know some other ERP system use

Re: reasons for modperl declines?

2024-08-08 Thread Jeff Pang
On 2024-08-08 16:57, Guido Brugnara wrote: Hi! I work on a project using e framework with ~300K lines of code in Perl (and mod_perl used with HTML::Mason). 300K is so huge a system. is it ERP/CRM related system (b/c I know some other ERP system uses perl/modperl)? it sounds wonderful. --

Re: reasons for modperl declines?

2024-08-08 Thread Jeff Pang
On 2024-08-08 07:26, Jan Kasprzak wrote: Hi, Jeff, I work on a project with more than 1M lines of code in Perl (and mod_perl). My thoughts: Jeff Pang wrote: 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

Re: reasons for modperl declines?

2024-08-08 Thread Guido Brugnara
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