http://qs321.pair.com?node_id=487702


in reply to Re^2: Help prevent a ModPerl application from replacement by Java
in thread Help prevent a ModPerl application from replacement by Java

The Java test was made with just 5 seconds of "ramp-up" time. Perl was running under the same conditions. Is that fair?
Depending on your setup, it could take the perl version longer than that to open a connection for every apache sub-process. That would slow things down considerably.

It's also possible that your apache subprocesses don't handle many requests before they are replaced by fresh ones (which also means opening a new database connection).

  • Comment on Re^3: Help prevent a ModPerl application from replacement by Java