dnssec-signzone doesn't parallelise signing
@fabled discovered that there's an error how assignwork()
is called when sign()
returns data to the writer - all the work is done by the main thread and all other workers are idle.
@fabled discovered that there's an error how assignwork()
is called when sign()
returns data to the writer - all the work is done by the main thread and all other workers are idle.