juanfran / gulp-multi-process

Run gulp tasks in separate CPU processes
25 stars 11 forks source link

cpus number has been taken into account #5

Closed IvanProdaiko94 closed 7 years ago

IvanProdaiko94 commented 7 years ago

Code written in this commit will fork process till cpus number is not exceeded, than process will wait till some worker finish its operation and than it push new task to queue. Thus optimal execution balance is provided.

juanfran commented 7 years ago

great, thanks!