node-background-processor icon indicating copy to clipboard operation
node-background-processor copied to clipboard

Example using child processes to handle long running tasks.

Results 1 node-background-processor issues
Sort by recently updated
recently updated
newest added

Code - var timers = require("timers"), http = require("http"), ___backgroundTimer; process.on('message',function(msg){ console.log("Started 2"); this._longRunningTask = function(data){ var finalArray = []; console.log("Started 3"); for(var url in data){ //TODO do something here...