]> Sergey Matveev's repositories - public-inbox.git/commit
public-inbox-netd: a multi-protocol superserver
authorEric Wong <e@80x24.org>
Thu, 5 May 2022 10:52:15 +0000 (10:52 +0000)
committerEric Wong <e@80x24.org>
Thu, 5 May 2022 10:52:35 +0000 (10:52 +0000)
commit93a7b219d58aad86438cbf3cbf4318a889831ac1
tree892d17d602370be3b2c8bc6a36d46693682915bf
parent71eb48442e0f5403e9a5c3f0ccf8257600efe392
public-inbox-netd: a multi-protocol superserver

Since we'll be adding POP3 support as our 4th network protocol;
asking admins to run yet another daemon on top of existing
-httpd, -nntpd, -imapd is a maintenance burden and a waste of
memory.

The goal of public-inbox-netd is to be able to replace all
existing read-only daemons with a single process to save memory
and reduce administrative overhead; hopefully encouraging more
users to self-host their own mirrors.

It's barely-tested at the moment.  Eventually, multiple
PI_CONFIG and HOME directories will be supported, as are
per-listener .psgi config files.
Documentation/public-inbox-netd.pod [new file with mode: 0644]
MANIFEST
lib/PublicInbox/Daemon.pm
lib/PublicInbox/HTTPD.pm
lib/PublicInbox/IMAPD.pm
lib/PublicInbox/NNTPD.pm
script/public-inbox-httpd
script/public-inbox-imapd
script/public-inbox-netd [new file with mode: 0755]
script/public-inbox-nntpd
t/netd.t [new file with mode: 0644]