nginx-1.7.11 thread pools support

files can be read and sent using multi-threading (1.7.11), without blocking a worker process:

location /video/ {
    sendfile       on;
    aio            threads;
}

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *