]> Sergey Matveev's repositories - public-inbox.git/commit
searchidx: put all shard-related stuff in SearchIdxShard.pm
authorEric Wong <e@yhbt.net>
Sat, 22 Aug 2020 06:06:24 +0000 (06:06 +0000)
committerEric Wong <e@yhbt.net>
Sun, 23 Aug 2020 00:14:01 +0000 (00:14 +0000)
commitf11e8e72fd42d3d8cbcf5207641d10470a92dcee
tree7f166584e2ffd8c43dd5207b766d1258e49e98b5
parenta279d43a0a9fce97936ebb9facd89662bfcd5a23
searchidx: put all shard-related stuff in SearchIdxShard.pm

We'll also rename the /^remote_/ prefix to "shard_", since
remote implies the process is on a different host.  These
methods only pass messages to a child process on the same host
OR perform operations within the same process.
lib/PublicInbox/SearchIdx.pm
lib/PublicInbox/SearchIdxShard.pm
lib/PublicInbox/V2Writable.pm