![]() |
|
The stupid question is the question not asked | |
PerlMonks |
Re^3: Help prevent a ModPerl application from replacement by Javaby Joost (Canon) |
on Aug 30, 2005 at 11:02 UTC ( #487702=note: print w/replies, xml ) | Need Help?? |
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).
In Section
Seekers of Perl Wisdom
|
|