master进程fork多个worker进程。worker抢占accept_mutex互斥锁。使用epoll模型events { use epoll; worker_connections 1024;}