about summary refs log tree commit homepage
path: root/Documentation
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2021-10-16 01:01:03 +0000
committerEric Wong <e@80x24.org>2021-10-16 01:42:55 +0000
commitbb8a6a435a4b7707e9fb0329c49671f495262016 (patch)
tree4a5c53bd83f8065b2764e86d159400cbe3c7c551 /Documentation
parent48cfcb04ed337f96e5105a2f93d127d2d6692c5a (diff)
downloadpublic-inbox-bb8a6a435a4b7707e9fb0329c49671f495262016.tar.gz
We'll save ourselves some code here and let the kernel do more
work, instead.
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/technical/ds.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/technical/ds.txt b/Documentation/technical/ds.txt
index 7bc1ad79..5a1655a1 100644
--- a/Documentation/technical/ds.txt
+++ b/Documentation/technical/ds.txt
@@ -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)