您的位置:首页 > 其它

High Performance Browser Networking

2014-01-06 17:16 225 查看

Chapter 1. Primer on Latency and Bandwidth

As a result, to improve performance of our applications, we need to architect and optimize our protocols and networking code with explicit awareness of the limitations of available bandwidth and the speed of light: we need to reduce round trips, move the data closer to the client, and build applications that can hide the latency through caching, pre-fetching, and a variety of similar techniques, as explained in subsequent chapters.

结果,提高应用程序的性能,我们需要架构师和优化我们的协议和网络代码明确意识的可用带宽的局限性和光速:我们需要减少往返,移动数据更接近客户,并构建的应用程序可以通过缓存,隐藏延迟预抓取功能,以及各种类似的技术,在后续章节中解释道。

测试上下行带宽 http://www.speedtest.net/
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: