]> Sergey Matveev's repositories - public-inbox.git/commit
declare Inbox object for reusability
authorEric Wong <e@80x24.org>
Sat, 14 May 2016 06:10:36 +0000 (06:10 +0000)
committerEric Wong <e@80x24.org>
Mon, 16 May 2016 02:55:58 +0000 (02:55 +0000)
commit48b21cb662c1e17b7219612bff6ea14b98c85221
tree1f5b29c80c52dea26f1a9f33fae9cbe515e3debf
parent56008dad820a47fe70d2d69a51248ff1b87beabf
declare Inbox object for reusability

From the beginning, we've avoided objects here in favor
of faster startup time; but it may not be worth it
since a persistent httpd/nntpd is faster and -mda
isn't hit as often.
lib/PublicInbox/Config.pm
lib/PublicInbox/Inbox.pm [new file with mode: 0644]
lib/PublicInbox/WWW.pm
script/public-inbox-init
script/public-inbox-mda
t/config.t