about summary refs log tree commit homepage
path: root/TODO
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2019-05-03 10:34:09 +0000
committerEric Wong <e@80x24.org>2019-05-05 00:22:49 +0000
commit5aaea61844b92c452c201ce9832e3c5c68c6f84e (patch)
tree7afcdd8e62af3d0611bd24d04f7d44fe8faf7487 /TODO
parentcd50d183273c105a7f08b1875ba6f7a51d9f8e9a (diff)
downloadpublic-inbox-5aaea61844b92c452c201ce9832e3c5c68c6f84e.tar.gz
Since our listen sockets are non-blocking and we may run
multiple httpd|nntpd processes; we need a way to avoid
thundering herds when there are multiple httpd|nntpd worker
processes.

EPOLLEXCLUSIVE was added just for that in Linux 4.5
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 0 insertions, 3 deletions
diff --git a/TODO b/TODO
index 372f7331..ac255b86 100644
--- a/TODO
+++ b/TODO
@@ -56,9 +56,6 @@ all need to be considered for everything we introduce)
   ugh... https://rt.cpan.org/Ticket/Display.html?id=116615
   (IO::KQueue is broken with Danga::Socket / PublicInbox::DS)
 
-* EPOLLEXCLUSIVE for listen socket fairness across -httpd/nntpd
-  worker processes.
-
 * improve documentation
 
 * linkify thread skeletons better