What about qpdf multithreaded? #6506
Replies: 2 comments 1 reply
|
Hi @Phil353556! I'm Dosu and I'm helping the Stirling-tools team. You're correct that QPDF itself is a single-threaded program — there's no built-in way to make a single QPDF invocation use multiple cores. However, Stirling-PDF's compression pipeline is a bit more involved than just QPDF alone: How compression actually works in Stirling-PDF:
Regarding multithreading:
Practical suggestions for your Pi 5:
There isn't currently a way to make QPDF itself multithreaded — that would require upstream changes to the QPDF project. This is a known architectural characteristic of QPDF rather than something configurable in Stirling-PDF. To reply, just mention @dosu. Docs are dead. Just use Dosu. |
|
Hello @dosu, Thanks for your complete explanation. I appreciate Phil |
Uh oh!
There was an error while loading. Please reload this page.
Hello,
First thanks to all who make it happen. I mainly use stirling PDF on a pi5 under docker, the goal is to compress pdf file.
I notice that the program ran to compress is qpdf, and qpdf is a mono thread program.
I don't know if there is a way to modify it in a multithread program?
CPU activity monitored with the nmon program.

Thanks for your time and answer
Phil
All reactions