]> git.ipfire.org Git - thirdparty/public-inbox.git/commit
ipc: add comment on pipe usage (vs socketpair)
authorEric Wong <e@80x24.org>
Thu, 4 Sep 2025 19:22:26 +0000 (19:22 +0000)
committerEric Wong <e@80x24.org>
Sat, 6 Sep 2025 18:36:02 +0000 (18:36 +0000)
commita2d1619fcfe2bda6dd1c4d69ecf77516c23c3ffd
treea3e8c5b49a63cab2609d96ef838ff7ca4f8d78ab
parentb6e1c8a0596909a908a58cb847f6232e59059b36
ipc: add comment on pipe usage (vs socketpair)

Using pipes here isn't ideal for developer ergonomics, but the
increased buffer size for non-privileged processes on Linux is
still worth the extra performance with expensive indexing done
in each shard.
lib/PublicInbox/IPC.pm