- Mastering ASP.NET Web API
- Mithun Pattankar Malendra Hurbuns
- 95字
- 2021-07-02 20:52:26
Single connection
A single connection between the server and client can be used by both the server and the client to transport multiple requests. Suppose you have a page that has several components in it, which all fire independent requests to the server-say, one that will get the weather for today, one that will get the latest stock prices, and one that will get the latest headlines. They can all be made with one connection, not three separate connections. This exists for the server as well. What you end with is less connections getting created.
推薦閱讀
- Objective-C應用開發全程實錄
- Getting Started with NativeScript
- 飛槳PaddlePaddle深度學習實戰
- UVM實戰
- Learning OpenStack Networking(Neutron)(Second Edition)
- Learning Node.js for .NET Developers
- Learning Material Design
- Mockito Essentials
- 交互式程序設計(第2版)
- DB2SQL性能調優秘笈
- IBM RUP參考與認證指南
- HTML5與CSS3權威指南
- Offer來了:Java面試核心知識點精講(框架篇)
- Building Apple Watch Projects
- Python Penetration Testing Essentials