Multiplexing proxy gateway requests to backend servers
"Bill Stoddard" <[email protected]>
| Newsgroups | gmane.comp.apache.mod-proxy |
|---|---|
| Message-ID | <[email protected]> |
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