Hi,
Has anyone experienced a slowdown in the start and stop times of the server
when modules are preloaded? It takes more time to preload under mp2
than under mp1.
mp2, preloading no modules: start and stop times are on the order of a
second or less
mp2, preloading modules listed below: start time is about 10 seconds
and stop
time is about 5 seconds.
mp1, preloading no modules: start and stop times are on the order of a
second or less
mp1, preloading modules listed below: start time is about 5 seconds and
stop
time is about 1 second or less.
Modules preloaded for the test
-------------------------------
use Apache::DBI ();
use DBI ();
use Fcntl ();
use File::Copy ();
use HTML::Parser ();
use LWP::Simple ();
use MIME::Lite ();
use XML::Parser ();
use XML::Parser::EasyTree ();
use Encode ();
use Archive::Zip ();
use PDF::API2 ();
use Digest::SHA1 ();
Preloading more modules results in more of a difference between the two
environments in regard to the start/stop times. These tests were done on
a sun box running Solaris 9.
Is there anything that can be done to speed this up or is this just the
nature
of mp2?
Thanks for any information you may have,
Ted