aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2016-11-10 17:39:56 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2016-11-10 17:42:28 +0300
commite067df9397516bd671dcfd079ec561371399468d (patch)
tree3000d6c66af500cc375eb832e0f2fe4b6fa4930a /doc
parent51c1f5e65bff0eee79d87874ee5b8f1514c38032 (diff)
downloadlibmicrohttpd-e067df9397516bd671dcfd079ec561371399468d.tar.gz
libmicrohttpd-e067df9397516bd671dcfd079ec561371399468d.zip
One more flag renamed: MHD_USE_EPOLL_TURBO -> MHD_USE_TURBO.
Hopefully last one for now.
Diffstat (limited to 'doc')
-rw-r--r--doc/libmicrohttpd.texi7
1 files changed, 2 insertions, 5 deletions
diff --git a/doc/libmicrohttpd.texi b/doc/libmicrohttpd.texi
index 00784800..fae54540 100644
--- a/doc/libmicrohttpd.texi
+++ b/doc/libmicrohttpd.texi
@@ -523,12 +523,9 @@ call has fundamentally lower complexity (O(1) for @code{epoll()}
523vs. O(n) for @code{select()}/@code{poll()} where n is the number of 523vs. O(n) for @code{select()}/@code{poll()} where n is the number of
524open connections). 524open connections).
525 525
526@item MHD_USE_EPOLL_TURBO 526@item MHD_USE_TURBO
527@cindex performance 527@cindex performance
528Enable optimizations to aggressively improve performance. Note that 528Enable optimizations to aggressively improve performance.
529the option is a slight misnomer, as these days it also enables optimziations
530that are unrelated to @code{MHD_USE_EPOLL}. Hence it is OK to
531use this option with other event loops.
532 529
533Currently, the optimizations this option enables are based on 530Currently, the optimizations this option enables are based on
534opportunistic reads and writes. Bascially, MHD will simply try to 531opportunistic reads and writes. Bascially, MHD will simply try to