摘要:        
nginx采用的也是大部分http服务器的做法,就是master,worker模型,一个master进程管理站个或者多个worker进程,基本的事件处理都是放在woker中,master负责一些全局初始化,以及对worker的管理。 在nginx中master和worker的通信是通过socketp...    阅读全文
posted @ 2014-06-23 14:59 小新786 阅读(440) 评论(0) 推荐(0)
| 
摘要:        
nginx采用的也是大部分http服务器的做法,就是master,worker模型,一个master进程管理站个或者多个worker进程,基本的事件处理都是放在woker中,master负责一些全局初始化,以及对worker的管理。 在nginx中master和worker的通信是通过socketp...    阅读全文
 posted @ 2014-06-23 14:59 小新786 阅读(440) 评论(0) 推荐(0) | ||