Nginx 内核源码解析
2014-12-19 15:14:04 最后更新: 2016-07-25 21:27:43 访问数量:12239
2014-12-19 15:14:04 最后更新: 2016-07-25 21:27:43 访问数量:12239
nginx 异步 IO 初始化 -- ngx_epoll_aio_init
worker 的信号处理 -- nginx worker 进程主循环流程
事件驱动函数 -- ngx_process_events_and_timers
nginx loacation 与 server 的查询优化
HTTP 连接的建立 -- ngx_http_init_connection
HTTP 请求的接收 -- ngx_http_wait_request_handler
HTTP 请求行解析 -- ngx_http_process_request_line
HTTP 请求 HEADER 的处理与解析 -- ngx_http_process_request_headers
HTTP 请求处理的 11 个阶段 -- ngx_http_handler
nginx location 配置及解析 -- ngx_http_core_find_location
访问权限校验 -- ngx_http_core_access_phase
rewrite 规则的处理 -- ngx_http_rewrite_handler
静态请求处理 -- ngx_http_static_handler
upstream 的启动 -- ngx_http_proxy_handler