about summary refs log tree commit homepage
path: root/script
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2021-01-10 12:15:13 +0000
committerEric Wong <e@80x24.org>2021-01-12 03:51:42 +0000
commit4e54b398ad511e5177ae2cc2243eba9408f840a8 (patch)
tree922e7bc8ffa8c073e3ce7182ea3d76010838af95 /script
parent6cc0e6870cb4950c08646769f2a7e30729b7d409 (diff)
downloadpublic-inbox-4e54b398ad511e5177ae2cc2243eba9408f840a8.tar.gz
IO::FDPass is our last choice for implementing the workqueue
because its lack of atomicity makes it impossible to guarantee
all requests of a single group hit a single worker out of many.

So the only way to use IO::FDPass for workqueues it to only have
a single worker.  A single worker still buys us a small amount
of parallelism because of the parent process.
Diffstat (limited to 'script')
0 files changed, 0 insertions, 0 deletions