Loading...
This site is best viewed in a modern browser with JavaScript enabled.
Something went wrong while trying to load the full version of this site. Try hard-refreshing this page to fix the error.
nginx进程间通信的疑惑
yurnerola
Hi:
最近在看nginx的源码,发现
ngx_channel_t结构体实现的。但是在
ngx_write_channel失败时,是使用kill发送信号。但实际上造成的结果是相同的。
那么为什么还要用ngx_channel_t呢。为何不直接使用kill发送信号?
Best regards,
-yurnerola