Posted 2023-11-11Updated 2025-01-30OOW4 minutes read (About 650 words)Hexo 导言 Try hexo blog builder for hexo-icarus theme Read more
Posted 2023-05-14Updated 2025-01-30Network14 minutes read (About 2035 words)Web Server: Nginx V.S. Apache2常见的web服务器常见的web服务器有Apache、nginx、IIS Apache Apache音译为阿帕奇, 是全世界最受欢迎的web服务器,因其快速、可靠并且可通过简单的API扩充,能将Python\Perl等解释器部署在其上面等优势,受到广泛的关注与使用。 但是现在用的人少了,而且性能没nginx好 nginx Apache的致命缺陷就是在同时处理大量的(一万个以上)请求时,显得有些吃力,所以“战斗民族”的人设计的一款轻量级的web服务器——nginx, 在高并发下nginx 能保持比Apache低资源低消耗高性能 , IIS iis是Internet Information Services的缩写,意为互联网信息服务,是由微软公司提供的基于运行Microsoft Windows的互联网基本服务, Read more