Re: reasons for modperl declines? ... pagination

2024-08-09 Thread Guido Brugnara
:54 AM Guido Brugnara wrote: Il 09/08/24 20:28, Mithun Bhattacharya ha scritto: First one is expensive and s cond is inefficient. Instead get the max and min and split the numbers into appropriate batch. So if it is 345 to 25636 then 345 - 1345, 1346-2345 and so on and so forth

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

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

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

Re: mod_remoteip and Apache2::Connection

2024-05-06 Thread Guido Brugnara
I'm sorry, had not read carefully. mod_remoteipmodifies the environment variables, so I can imagine that the get_remote_host method keeps pointing to the Proxy server address If you can't change the calls with that method, you can try to capture those calls and replace the value. In the pas