]> Sergey Matveev's repositories - public-inbox.git/blobdiff - Documentation/technical/ds.txt
httpd/async: switch to level-triggered epoll
[public-inbox.git] / Documentation / technical / ds.txt
index 7bc1ad79ce0c89f1e87e70f4ef50a0afc82a165d..5a1655a1450e2c60018ec487a8c036778ed727e6 100644 (file)
@@ -77,8 +77,7 @@ New features
   which (if any) events it's interested in for the next loop iteration.
 
 * Edge-triggering available via EPOLLET or EV_CLEAR.  These reduce wakeups
-  for unidirectional classes (e.g. PublicInbox::Listener sockets,
-  and pipes via PublicInbox::HTTPD::Async).
+  for unidirectional classes when throughput is more important than fairness.
 
 * IO::Socket::SSL support (for NNTPS, STARTTLS+NNTP, HTTPS)