Nicolò Balzarotti writes: > If you download multiple files at a time, you might end up decompressing > them simultaneously. Plzip won't help then on a dual core machine, > where you might end up being cpu bound again then. Is this right? > > If it is, reducing the overall cpu usage seems to be a better approach > in the long term. An answer to this may be in pipelining the process. The parallel downloads would feed the archives to the pipeline and the parallel decompressor would pop the archives out of the pipeline one by one. If I'm not mistaken, this should yield optimal results regardless of the network or CPU performance. -- Pierre Neidhardt https://ambrevar.xyz/