在nginx中,可以通過sendfile指令提供效率。Node.js的copyFile底層使用了sendfile系統呼叫,但是網路IO的時候,沒有使用該API。因為Node.js通過佇列的方式 ...
確定! 回上一頁