]> Sergey Matveev's repositories - public-inbox.git/commit
ipc: start supporting sending/receiving more than 3 FDs
authorEric Wong <e@80x24.org>
Sun, 10 Jan 2021 12:15:12 +0000 (12:15 +0000)
committerEric Wong <e@80x24.org>
Tue, 12 Jan 2021 03:51:42 +0000 (03:51 +0000)
commit6cc0e6870cb4950c08646769f2a7e30729b7d409
tree13eb8e9cd433b215a8980ecbc6c7d1a741473466
parent0c89ebd477d1c7a695a0a0b3023c0d41abe573fa
ipc: start supporting sending/receiving more than 3 FDs

Actually, sending 4 FDs will be useful for lei internal xsearch
work once we start accepting input from stdin.  It won't be used
with the lightweight lei(1) client, however.

For WWW (eventually), a single FD may be enough.
lib/PublicInbox/CmdIPC1.pm
lib/PublicInbox/CmdIPC4.pm
lib/PublicInbox/IPC.pm
lib/PublicInbox/LeiXSearch.pm
lib/PublicInbox/Spawn.pm
script/lei
t/cmd_ipc.t
t/ipc.t