From 2c5ef3910834b1a931bc83d294181dc6baddddd3 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 31 May 2019 16:58:46 +0000 Subject: [PATCH] TODO: add item for optional Cache::FastMmap Taking one step out of setting up a performant deployment could make setup and administration easier (at the cost of installing an extra-but-common XS module). This can also be useful for the day NNTP servers see hug-of-death events. --- TODO | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TODO b/TODO index 704b0648..7bd68c7b 100644 --- a/TODO +++ b/TODO @@ -23,6 +23,9 @@ all need to be considered for everything we introduce) * TLS support for various daemons (including STARTTLS for NNTP and POP3) +* optional Cache::FastMmap support so production deployments won't + need Varnish (Varnish doesn't protect NNTP, either) + * dogfood and take advantage of new kernel APIs (while maintaining portability to older Linux, free BSDs and maybe Hurd). -- 2.44.0