Posts by Tags

Advertising

Malloc

Nginx

Nginx high concurrency strategy

11 minute read

Published:

Strategy for high concurrency

Nginx combines multi-processing and scalable I/O event notification mechanism to handle a large amount of connections and requests.

Proxygen