Advantages and disadvantages of apache and nginx

WBOY
Release: 2016-07-29 09:08:33
Original
933 people have browsed it

Advantages of nginx over apache:

a. Lightweight, and starting WEB services also takes up less memory and resources than apache

b. Anti-concurrency, nginx processes requests asynchronously and non-blocking, while apache is blocking Yes, nginx can maintain low resources, low efficiency and high performance under high concurrency

c, highly modular design, writing modules is relatively simple

d, active community, various high-performance modules are produced quickly

apache is relatively better than nginx Advantages:

a, rewirte, more powerful than nginx's rewrite

b, so many modules, you can basically find everything you can think of

c, fewer bugs, nginx has relatively many bugs

d, super stable

The above introduces the advantages and disadvantages of apache and nginx, including aspects of content. I hope it will be helpful to friends who are interested in PHP tutorials.

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template