From: Eric Wong Date: Fri, 31 May 2019 16:58:46 +0000 (+0000) Subject: TODO: add item for optional Cache::FastMmap X-Git-Tag: v1.2.0~207 X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=commitdiff_plain;h=2c5ef3910834b1a931bc83d294181dc6baddddd3 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. --- 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).