Ted wrote:
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.
I tried this httpd 1.3.33/mp1 1.29 and httpd 2.3.0/mp2 svn head
Both start in stop in ~ 2-3 seconds or less.

Both used perl 5.8.7 WITHOUT THREADS.  Are you using threads in mp2?
Likely thats the cause.
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 ();


--
END
------------------------------------------------------------
    What doesn't kill us can only make us stronger.
                Nothing is impossible.
                                
Philip M. Gollucci ([EMAIL PROTECTED]) 301.254.5198
Consultant / http://p6m7g8.net/Resume/
Senior Developer / Liquidity Services, Inc.
  http://www.liquidityservicesinc.com
       http://www.liquidation.com
       http://www.uksurplus.com
       http://www.govliquidation.com
       http://www.gowholesale.com

Reply via email to