Wednesday 21 November 2018

Parellel processing

Can some one provide a good resource to understand parallel processing in node. I found Napa but I don't understand it yet my problem statement is that I need to insert 1300000 records into mysql db and this is taking too long,my approach is to make an array of promises and use promise.all to execute them so I want to distribute this process across my 4 cores machine any suggestions are welcome. Thanks in advance...

Submitted November 22, 2018 at 01:54AM by BhargavMantha

No comments:

Post a Comment