- 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.
推薦閱讀
- Mastering Ember.js
- PHP 7底層設計與源碼實現
- Vue.js快跑:構建觸手可及的高性能Web應用
- Mastering Kali Linux for Web Penetration Testing
- Full-Stack Vue.js 2 and Laravel 5
- 游戲程序設計教程
- Python應用輕松入門
- INSTANT Passbook App Development for iOS How-to
- Android Wear Projects
- C/C++數據結構與算法速學速用大辭典
- 深度學習程序設計實戰
- Clojure High Performance Programming(Second Edition)
- Drupal 8 Development Cookbook(Second Edition)
- Python繪圖指南:分形與數據可視化(全彩)
- Cloud Development andDeployment with CloudBees