找回密码
 立即注册
相关推荐换一批
  1. GB/T 42054-2022船舶与海上技术 船载海上共享数据服务器
  2. YD/T 1510-2007 2GHz TD-SCDMA/WCDMA 数字蜂窝移动通信网移动软交换服务器之间的 Nc
  3. YD/T 1481-2006 会话初始协议(SIP)服务器设备技术要求
  4. YD/T 1480-2006 基于软交换的应用服务器测试方法
  5. YD/T 1390-2005 基于软交换的应用服务器设备技术要求
  6. YD/T 1389-2005 基于软交换的媒体服务器测试方法
  7. YD/T 1386-2005 基于软交换的媒体服务器技术要求
  8. YD/T 1523-2006 会话初始协议(SIP)服务器设备测试方法
  9. YD/T 1340.2-2005 认证、授权、计费(AAA)服务器认证计费接口技术要求 第二部分:宽带
  10. YD/T 1340.1-2005 认证、授权、计费(AAA)服务器认证计费接口技术要求 第一部分:窄带
  11. YD/T 1494-2006 数字蜂窝移动通信网移动流媒体业务服务器技术要求
  12. YD/T 1265-2003 网络接入服务器(NAS)测试方法 —— 宽带网络接入服务器
  13. YD/T 1148-2005 网络接入服务器技术要求宽带网络接入服务器
  14. YD/T 1148-2001 网络接入服务器(NAS)技术要求——宽带网络接入服务器
  15. YD/T 1075-2000 网络接入服务器(NAS)测试方法
  16. YD/T 1045-2000 网络接入服务器技术规范
  17. YD/T 1340.3-2005 认证、授权、计费(AAA)服务器认证计费接口技术要求 第三部分: IP
  18. YD/T 1905-2009 IPv6 网络设备安全技术要求——宽带网络接入服务器
  19. YD/T 1935-2009 基于 IMS 的组管理(XDM)业务测试方法(第一阶段)
  20. YD/T 1914-2009 基于软交换的应用服务器设备安全技术要求和测试方法
  21. YD/T 1912-2009 基于软交换的媒体服务器设备安全技术要求和测试方法
Nginxthe服务器and | 软件工程 2022-04-28 289 0star收藏 版权: . 保留作者信息 . 禁止商业使用 . 禁止修改作品
上一讲我们看到了高性能的Web服务器Nginx,它占用资源少,处理能力高,是建站的首选。
虽然 Nginx 已经成为 Web 服务器领域无可争议的“王者”,但也不是没有缺点,毕竟已经 15 岁了。
“一个人很难超越时代,但时代却可以轻松超越所有人。” Nginx 最初设计的应用场景发生了变化,它的一些缺点也暴露出来了。
Nginx 的服务管理思想延续了当时流行的做法,使用磁盘上的静态配置文件,所以每次修改后必须重启才能生效。
这在业务变化频繁时(比如流行的微服务架构)是非常致命的,尤其是对于一个拥有上千台服务器的网站,仅仅增加或删除行配置就会分发和重启所有机器,对运营和运营都是一个非常大的挑战。维护,需要大量的时间和精力,成本非常高,非常不灵活,很难“随需而变”。
那么,有没有这样一款兼具 Nginx 优点但又没有 Nginx 缺点的、轻量级、高性能、灵活且可动态配置的 Web 服务器呢?
这就是我今天所说的 OpenResty,一个“更好、更灵活的 Nginx”。

(Last time, we saw the high-performance web server nginx, which occupies less resources and has high processing capacity. It is the first choice for building a website.Although nginx has become the undisputed "King" in the field of web server, it is not without shortcomings. After all, it is 15 years old."It is difficult for a person to surpass the times, but the times can easily surpass everyone." The application scenario originally designed by nginx has changed, and some of its shortcomings have been exposed.Nginx's service management idea continues the popular practice at that time, using the static configuration file on the disk, so it must be restarted after each modification to take effect.This is very fatal when the business changes frequently (such as the popular micro Service Architecture). Especially for a website with thousands of servers, just adding or deleting the line configuration will distribute and restart all machines, which is a great challenge to the operation and operation. Maintenance requires a lot of time and energy. The cost is very high and inflexible. It is difficult to "change as needed".So, is there such a lightweight, high-performance, flexible and dynamically configurable web server that has the advantages of nginx but no disadvantages of nginx?This is what I call openresty today, a "better and more flexible nginx".)

[下载]09065592839.rar




上一篇:Nginx:高性能的Web服务器.pdf
下一篇:编写高质量代码:Web前端开发修炼之道.pdf