- 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.
推薦閱讀
- AngularJS深度剖析與最佳實踐
- Hands-On JavaScript High Performance
- UI智能化與前端智能化:工程技術、實現方法與編程思想
- 用Flutter極速構建原生應用
- Python數據挖掘與機器學習實戰
- MATLAB for Machine Learning
- SpringBoot從零開始學(視頻教學版)
- 分布式架構原理與實踐
- Learning Apache Thrift
- Laravel 5.x Cookbook
- jQuery Essentials
- Node.js進階之路
- Mastering Responsive Web Design
- Learning IBM Bluemix
- Git Version Control Cookbook