The difference between apache and nginx

The early version of apache is based on the select network model, with poor concurrency and blocking. One process handles one request, or one thread handles one request.

nginx is based on the epoll network model of linux 2.6 and above, with strong concurrency capability, non-blocking, and a fixed number of configurations. processes that are single-threaded but can handle more concurrent requests

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326597424&siteId=291194637