Can zip and unzip operation be made-multithreaded in nodejs ?
There are a bunch of modules like yauzl, but neither uses multiple threads, and you can't start multiple threads yourself with node-cluster or something like that, because each zip file must be handled in a single thread
from Multi-threading for zip in nodejs
No comments:
Post a Comment