nginx 開啓高效文件傳輸模式

(1) sendfile 參數用於開啓文件的高效傳輸模式,該參數實際上是激活了 sendfile() 功能,sendfile() 是作用於兩個文件描述符之間的數據拷貝函數,這個拷貝操作是在內核之中的,被稱爲 「零拷貝」 ,sendfile() 比 read 和 write 函數要高效得多,因爲 read 和 write 函數要把數據拷貝到應用層再進行操作 (2) tcp_nopush 參數用於激活
相關文章
相關標籤/搜索