]> Sergey Matveev's repositories - public-inbox.git/commit
ipc: drop unused fields, default sighandlers for wq
authorEric Wong <e@80x24.org>
Sun, 10 Jan 2021 12:15:14 +0000 (12:15 +0000)
committerEric Wong <e@80x24.org>
Tue, 12 Jan 2021 03:51:42 +0000 (03:51 +0000)
commita1e00c6bca403ffea74a5e169fa0d2f715c69051
tree23e66c568af96285289eba80301a9f6f50763271
parent4e54b398ad511e5177ae2cc2243eba9408f840a8
ipc: drop unused fields, default sighandlers for wq

Relying on signal handlers to kill a particular worker was a
laggy/racy idea and I gave up on the idea of targetting workers
explicitly and instead chose to make wq_worker_decr stop the
next idle worker ->wq_exit.

We will however attempt to support sending signals to
a process group.
lib/PublicInbox/IPC.pm