Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
nginx 和 xinetd 有什么区别?
我什么时候应该更喜欢 nginx,什么时候应该更喜欢 xinetd?
也许我错了,但我觉得他们都是代理人。我知道 nginx 做得更多,但是 - 有什么 xinetd 做得更好吗?
Nginx 主要用于服务和代理 HTTP 请求。
Xinetd 什么都不做。相反,它是一个“超级服务器”,用于侦听网络连接,并为该请求启动相应的服务。xinetd 的一种用途是为不经常访问的服务节省内存。例如,有时人们通过 xinetd 访问“sshd”,而不是连续运行“sshd”。