]> Sergey Matveev's repositories - public-inbox.git/commit
lei q: reorder internals to reduce FD passing
authorEric Wong <e@80x24.org>
Thu, 4 Feb 2021 09:59:23 +0000 (00:59 -0900)
committerEric Wong <e@80x24.org>
Fri, 5 Feb 2021 00:16:29 +0000 (00:16 +0000)
commit7d440bf3667b8ef5f44266b92b94384694de33e0
tree8d854bc51b1ac1744e875a3f8c321dbb5b09499e
parenta93947277940b9b4a22a21f70166703fe69198df
lei q: reorder internals to reduce FD passing

While FD passing is critical for script/lei <=> lei-daemon,
lei-daemon doesn't need to use it internally if FDs are
created in the proper order before forking.
lib/PublicInbox/IPC.pm
lib/PublicInbox/LEI.pm
lib/PublicInbox/LeiOverview.pm
lib/PublicInbox/LeiToMail.pm
lib/PublicInbox/LeiXSearch.pm