On 4/17/07, Clinton Gormley <[EMAIL PROTECTED]> wrote:
is it reasonable to serve your static files from a mod_perl server, as long as you have a proxy/pound/squid in front?
Yes, but spending no time in mod_perl for a static file is better than spending a little time, and the files will be served faster if there's no extra proxying step. If you aren't having scaling problems, then don't worry about it. - Perrin