in reply to Best Practices for Uncompressing/Recompressing Files?

If you can't use threads, there is an easy way to parallelize: you could split the list in small batches, and then call the script on each batch.

  • Comment on Re: Best Practices for Uncompressing/Recompressing Files?