So I thought I'd pass along the results of my benchmark. Before is with the
dbm, after is with the shmcb. I maxed the systems out at 1500 https
connections.

Hopefully this helps my site, thanks for the help.

-Max

-----Original Message-----
From: David Rees [mailto:[EMAIL PROTECTED]]
Sent: Friday, March 23, 2001 3:25 PM
To: [EMAIL PROTECTED]
Subject: RE: Which SSLSessionCache to use for best performance?


Yeah, for some reason, the mod_perl config/install wasn't passing the
EAPI_MM environment variable to Apache for configuration, so Apache didn't
know it was available for configuration when building.

-Dave

> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Max Clark
> Sent: Friday, March 23, 2001 12:08 PM
> To: '[EMAIL PROTECTED]'
> Subject: RE: Which SSLSessionCache to use for best performance?
>
>
> Thanks Dave,
>
> I don't really understand why, but compiling and installing perl
> seperately
> did the trick.
>
> -Max
>
> # mod perl
> perl Makefile.PL \
> EVERYTHING=1 \
> APACHE_SRC=../apache_1.3.x/src \
> USE_APACI=1 \
> PREP_HTTPD=1 \
> DO_HTTPD=1
> make
> make install
>
> # apache
> SSL_BASE=../openssl-0.9.6 \
> EAPI_MM=../mm-1.1.3 \
> ./configure \
> --prefix=/u1/httpd \
> --enable-module=ssl \
> --activate-module=src/modules/perl/libperl.a \
> --enable-module=perl \
> --enable-rule=SSL_EXPERIMENTAL \
> --disable-rule=SSL_COMPAT \
> --enable-module=rewrite \
> --enable-module=so \
> --disable-module=userdir \
> --enable-rule=SHARED_CORE
>


______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

siege.log

Reply via email to