Saturday, 5 January 2019

cluster.fork() or child_process.fork()

I'm reading -> parsing -> storing 250+files. So I would like to split this tasks to run them in paralell. Should I use cluster or child_process?

Submitted January 06, 2019 at 02:08AM by andersonjdev

No comments:

Post a Comment