mod_php or fastcgi for heavy loaded server?



concurrent request to httpd might as high as 300

and each httpd need 12M of memory (currently using mod_php)

so total memory needed might over 3GB


so under this case, should i use fastcgi?

thanks.

.