]> Sergey Matveev's repositories - public-inbox.git/commit
lei: simplify sto_done_request
authorEric Wong <e@80x24.org>
Sun, 19 Sep 2021 12:50:23 +0000 (12:50 +0000)
committerEric Wong <e@80x24.org>
Sun, 19 Sep 2021 19:52:46 +0000 (19:52 +0000)
commit7df294d19a7d8b2a35532375e75c8a879840dd04
tree0182cdeab3849d35d463eba47b5a87184e6d6b3b
parentcbc2890cb89b81cb6b9e8fabf3f196d9a6110dce
lei: simplify sto_done_request

With the switch from pipes to sockets for lei-daemon =>
lei/store IPC, we can send the script/lei client socket to the
lei/store process and rely on reference counting in both Perl
and the kernel to persist the script/lei.
lib/PublicInbox/LEI.pm
lib/PublicInbox/LeiRefreshMailSync.pm
lib/PublicInbox/LeiStore.pm