mapred
mapred copied to clipboard
cluster forks re-run entire file
when i run a job, cluster.fork() reruns the entire file. my file is an express app so all the child processes try to rebind to the same port my app runs on. this fails, and i get nothing back.
i think cluster is the wrong module for this project. async.map and async.reduce would not rerun the whole file.
+1
+1