From 305fc021db799c87d751f0f1f5e99afee7bb2b3b Mon Sep 17 00:00:00 2001 From: Valentin Bartenev Date: Sat, 14 Mar 2015 17:37:07 +0300 Subject: Thread pools implementation. --- auto/options | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'auto/options') diff --git a/auto/options b/auto/options index 02affbdeb..763871f7b 100644 --- a/auto/options +++ b/auto/options @@ -190,6 +190,8 @@ do --without-poll_module) EVENT_POLL=NONE ;; --with-aio_module) EVENT_AIO=YES ;; + --with-threads) USE_THREADS=YES ;; + --with-file-aio) NGX_FILE_AIO=YES ;; --with-ipv6) NGX_IPV6=YES ;; @@ -351,6 +353,8 @@ cat << END --with-poll_module enable poll module --without-poll_module disable poll module + --with-threads enable thread pool support + --with-file-aio enable file AIO support --with-ipv6 enable IPv6 support -- cgit