]> Sergey Matveev's repositories - public-inbox.git/commit
daemon: support per-listener env, .psgi, out, err
authorEric Wong <e@80x24.org>
Mon, 1 Aug 2022 21:24:43 +0000 (21:24 +0000)
committerEric Wong <e@80x24.org>
Tue, 2 Aug 2022 19:20:11 +0000 (19:20 +0000)
commitc38111d6f3877cf31d28b0a0339d063df0fa58f6
tree8bf1d2c22d96a9bc3ca9c20b9c85eab46802c5be
parenta55a38db0276a8ce1a09392573af6e1305cbaba9
daemon: support per-listener env, .psgi, out, err

This allows memory savings by allowing multiple, completely
unrelated-PSGI apps to run within the same process as IMAP,
NNTP, and POP3.
Documentation/public-inbox-daemon.pod
Documentation/public-inbox-netd.pod
MANIFEST
lib/PublicInbox/Daemon.pm
lib/PublicInbox/HTTPD.pm
lib/PublicInbox/IMAPD.pm
lib/PublicInbox/NNTPD.pm
lib/PublicInbox/POP3D.pm
t/alt.psgi [new file with mode: 0644]
t/httpd-corner.psgi
t/httpd-corner.t