On 12/30/2010 8:09 PM, Joe Schaefer wrote: > > I mean take the CMS I just wrote with mod_perl. It's 2K LOC, uses a custom > map_to_storage handler, and defers a good chunk of its (sub)requests to httpd > for things like autoindex and negotiation and plain-old file serving, and > forwards > a user's basic auth creds to the subversion server. That isn't remotely > feasible > with mod_fcgi, I'd have to reimplement all that functionality my app, which is > a waste.
You are right, for content fcgid would be fine, but for the rest we'd hope that mod_lua is much less of a memory hog, and can accomplish those same things.
