in reply to [CLOSED] Reusing Compiled Perl or Opcode for Apache Server

Hi mlodato,

we need to know more.

Does your application use one of the usual web framework such as Mojolicious, Catalyst, or Dancer?

Or is it using older technologies such as CGI?

  • Comment on Re: Reusing Compiled Perl or Opcode for Apache Server

Replies are listed 'Best First'.
Re^2: Reusing Compiled Perl or Opcode for Apache Server
by mlodato (Acolyte) on Aug 16, 2017 at 20:52 UTC

    Unfortunately we don't use any of the newer frameworks. It looks like we use CGI and mod_perl, but everything else is home-grown