tengine

首页 标签 tengine
# tengine #
关注
625内容
开启reuse_port让Tengine性能提升3倍
摘要: Tengine里有没有一种配置,加上去之后,性能就猛增?答案就是reuse_port!
优化 Tengine HTTPS 握手时间
背景 网络延迟是网络上的主要性能瓶颈之一。在最坏的情况下,客户端打开一个链接需要DNS查询(1个 RTT),TCP握手(1个 RTT),TLS 握手(2个RTT),以及最后的 HTTP 请求和响应,可以看出客户端收到第一个 HTTP 响应的首字节需要5个 RTT 的时间,而首字节时间对 web 体.
Understanding HTTP/2: History, Features, Debugging, and Performance
HTTP/2 is an optimized transfer protocol over the previous version and offers various advantages, such as increased security, simplified development p.
免费试用