summaryrefslogtreecommitdiff
path: root/lib/cluster.js
AgeCommit message (Expand)Author
2013-03-03cluster: Rename destroy() to kill(signal=SIGTERM)isaacs
2013-01-28cluster: support datagram socketsBert Belder
2013-01-18cluster: make --prof work for workersBen Noordhuis
2012-10-09cluster: make 'listening' handler see actual portAaditya Bhatia
2012-08-06net: fix listen() regression, revert patchesBen Noordhuis
2012-08-05cluster: do not use internal server APIAndreas Madsen
2012-07-06Avoid redeclaring variableJonas Westerlund
2012-06-15domain: the EventEmitter constructor is now always called in nodecoreAndreas Madsen
2012-06-14cluster: rename worker.unqiueID to worker.idAndreas Madsen
2012-06-13Fix #3388 Support listening on file descriptorsisaacs
2012-05-21cluster: remove NODE_UNIQUE_ID from env on startupAndreas Madsen
2012-05-05More cluster event consistencyisaacs
2012-05-04cluster: worker exit event to match child_processJ. Lee Coltrane
2012-04-06docs: grammar and spelling on lib/cluster.jsZachary Scott
2012-03-30cluster: Rename 'death' back to 'exit'isaacs
2012-03-19cluster: English language fixingisaacs
2012-03-19cluster: kill workers when master diesAndreas Madsen
2012-03-19cluster: add graceful disconnect supportAndreas Madsen
2012-03-15Expose original argv as process.execArgv for cluster and child_process.fork()Micheil Smith
2012-02-20util: add `util._extend` for extending objectsMaciej MaƂecki
2012-02-18Lint all the JavaScripts.isaacs
2012-02-06cluster: use process.disconnect methodAndreas Madsen
2012-02-06cluster: simplify process event handlingAndreas Madsen
2012-01-20Add cluster.setupMasterAndreas Madsen
2012-01-11child_process: fix typo in internal message event nameAndreas Madsen
2012-01-05typosAndreas Madsen
2012-01-04cluster improvements: Worker class and isolate internal messagesAndreas Madsen
2011-12-19Remove debug console.log and optimize object copyAndreas Madsen
2011-12-19Add env argument to cluster.forkAndreas Madsen
2011-12-16jslintAndreas Madsen
2011-11-11Fixes #2073. Cluster should be silent.Ryan Dahl
2011-11-08Remove 'report this bug' message from cluster masterRyan Dahl
2011-11-08Fixes #2047. Fill workers array immediately after forkRyan Dahl
2011-11-08cluster: fix call to undefined functionBen Noordhuis
2011-11-04cluster: Remove eachWorker, workerCountRyan Dahl
2011-11-04new cluster apiRyan Dahl
2011-11-04Fix line endings and trailing whitespaceBert Belder
2011-10-26cluster: Add some docs, improve cluster.isWorker()Tj Holowaychuk
2011-10-26node cluster is now a module instead of CLI interfaceRyan Dahl
2011-10-12introduce node clusterRyan Dahl