Consider mod_proxy used to serve as a proxy gateway (aka reverse proxy) to a set of backend servers. Seems that it would be useful to maintain a pool of connections to the backend servers and multiplex HTTP requests over these connections (to save connection setup and takedown). Anyone have any ideas on whether this would be a worthwhile performance improvement?
Bill
