On Tue, Jul 30, 2002 at 11:17:52AM +0300, y wrote: > How do I know if Apache::ASP is using the benefits of mod_perl?
As I understand it, Apache::ASP *only* runs under mod_perl (unless you deliberately configured it to run in CGI mode using the 'asp' executable). If you have "PerlHandler Apache::ASP" in your httpd.conf, you are using mod_perl. > ab (Apache Bench) shows that Apache::ASP pages are A LOT slower than > Apache::Registry pages. There's various ways to make Apache::ASP run faster. Check this page for hints: http://www.apache-asp.org/tuning.html For example, if you have PerlSetVar StatINC set to 1, Apache::ASP will be about 2-3 times slower than if StatINC were set to 0. BTW, how much slower are your Apache::ASP pages than your Apache::Registry pages according to ab? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]