40 Commits (84221fd1d690070877adacd365ac6429b92bd838)

Author SHA1 Message Date
Pooya Karimian 0087bc6370 cluster.worker description and examples ere missing from the top level of docs 12 years ago
Atsuya Takagi 9f57e422cf doc: fix typo in api/cluster 12 years ago
Ron Korving 2e1f2b535e doc: fix typo in cluster example code 12 years ago
Ben Noordhuis 7c75ca7182 doc: cluster: setupMaster() can be called only once 12 years ago
Ben Noordhuis 9315377693 doc: improve cluster.workers documentation 12 years ago
koichik bc30c90af6 doc: remove duplicate section 12 years ago
Justin Plock fba1e48fae doc: cluster: worker.pid is now worker.process.pid 12 years ago
Andreas Madsen 3d51646c4b doc: replace references to cluster.autoFork 13 years ago
Bert Belder 3795d77113 windows: `listen(pipe_name)` is not supported when running cluster 13 years ago
isaacs f105f2f2fd trivial: Doc typo and lint fix 13 years ago
Andreas Madsen c2c08196d8 cluster: rename worker.unqiueID to worker.id 13 years ago
isaacs e733dc3bc3 Fix #3388 Support listening on file descriptors 13 years ago
isaacs 3d84c3db25 More cluster event consistency 13 years ago
J. Lee Coltrane a62dd44b20 cluster: worker exit event to match child_process 13 years ago
Andreas Madsen ab072ee416 doc: document the address object in the cluster listening event 13 years ago
isaacs 77c1cc0482 doc: typo in cluster documentation 13 years ago
Ben Noordhuis c26a0b5aab doc: fix grammar error in cluster docs 13 years ago
isaacs 90ce5b3d41 cluster: Rename 'death' back to 'exit' 13 years ago
Andreas Madsen 83aae35b8e doc: fix markup in cluster docs 13 years ago
isaacs dce8682827 cluster: English language fixing 13 years ago
Andreas Madsen d927fbc9ab cluster: add graceful disconnect support 13 years ago
isaacs 2d44dcc8be doc: Add stability indicators to documentation 13 years ago
isaacs 6738d82e38 doc refactor: cluster 13 years ago
isaacs 6e51db1268 doc refactor: cluster 13 years ago
Andreas Madsen 23514fc946 [doc] cluster: remove part about autoFork since this do not exist 13 years ago
Andreas Madsen f9a47debfc Add cluster.setupMaster 13 years ago
Dan Williams 29ce743385 docs: fix syntax error on cluster api docs 13 years ago
Andreas Madsen e2f1e50c60 typos 13 years ago
Andreas Madsen 5f08c3cfa1 cluster improvements: Worker class and isolate internal messages 13 years ago
Andreas Madsen 07b1997388 Add env argument to cluster.fork 13 years ago
Eric Lovett 69d3bf1068 docs: minor grammar fix in cluster page 13 years ago
Ryan Dahl 1e3e6b7c15 cluster: add example for message passing 13 years ago
Ryan Dahl d42006c80a cluster: Remove eachWorker, workerCount 13 years ago
Ryan Dahl 86528489ec new cluster api 13 years ago
koichik 52c2988f16 docs: fix option's name of cluster.startMaster() 13 years ago
Tj Holowaychuk 528c28587f cluster: Add some docs, improve cluster.isWorker() 13 years ago
Ryan Dahl c5d54010bc node cluster is now a module instead of CLI interface 13 years ago
Ryan Dahl de7fb33879 Add some docs for node cluster 13 years ago