A.worker_connections B.include? C.access_log D.keepalive_timeout
A.Pre-sendfile是傳送數(shù)據(jù)之后在用戶空間申請數(shù)據(jù)緩沖區(qū)。 B.sendfile()拷貝在用戶態(tài)完成。 C.sendfile()可以在磁盤和TCPsocket之間互相拷貝數(shù)據(jù)(或任意兩個(gè)文件描述符)。 D.sendfile()要比組合read()和write()以及打開關(guān)閉丟棄緩沖更慢。