Untitled

MasterProcess

Worker

  1. Begin ngx_worker_process_cycle().
  2. Process events with OS specific mechanisms (such as epoll or kqueue).
  3. Accept events and dispatch the relevant actions.