
上QQ阅读APP看书,第一时间看更新
Improved connection handling
A reverse proxy server can also be used to improve the connection handling capability of the web application. Nowadays, to speed up the fetching of the remote content, the web browsers open multiple connections to a web server to increase the parallel download of the resources. The reverse proxy can queue up and serve the connection requests as the web application is processing the pending requests, hence improving the connection acceptance and reducing the load on the application to manage the connection states.