Subject: Re: About NetBSD server tuning!
To: David Brownlee <abs@netbsd.org>
From: None <wojtek@wojtek.from.pl>
List: port-i386
Date: 02/23/2001 17:50:24
> 	Are you using mod_perl or fastcgi on the server? Switching
> 	a heavy perl/postgresql cgi client to fastcgi increased its
> 	apachebench top rate from 1.8 hits per second to over 80.

the best solution is to write CGI in C so it will not by VERY slow as perl
is.