in reply to FastCGI and mod_perl compared

A few points about mod_perl:

About your point 3, most production users of mod_perl use a dual server setup: a front-end Apache serves static documents, and reverse proxies requests for dynamic documents to a mod_perl enabled back-end Apache. These can be on the same, or on different boxes.