I am not using threads either.

Philip M. Gollucci wrote:

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 ();



Reply via email to