80 Commits (8e724e6677ad0d977415b607fe334d5232608d3d)

Author SHA1 Message Date
James M Snell 9b21119e17 doc: fix, modernize examples in docs 9 years ago
jpersson 14b3aab7d2 doc: add links and backticks around names 9 years ago
Alexander Gromnitsky 94c3507f5c doc: fix broken references 9 years ago
Bryan English cd1123a0fb doc: consistent reference-style links 9 years ago
Tristian Flanagan 4c912206f8 doc: sort cluster alphabetically 9 years ago
Balázs Galambosi b9279aa193 doc: remove old note, 'cluster' is marked stable 9 years ago
reggi ffdbe9d4f1 doc: fix typos in cluster & errors 9 years ago
Sam Roberts f442904a27 doc: describe process API for IPC 10 years ago
Ben Noordhuis 607aa3ac82 child_process: add callback parameter to .send() 9 years ago
Jeremiah Senkpiel 4c5fc3b1d4 doc: clarify cluster behaviour with no workers 9 years ago
James M Snell 89788dc347 doc: fixed worker.id type 10 years ago
James M Snell e7e0706946 doc: correct grammar in cluster.markdown 10 years ago
cjihrig a69ab27ab4 node: rename from io.js to node 10 years ago
James M Snell 936c9ffb0f doc: multiple documentation updates cherry picked from v0.12 10 years ago
Sam Roberts 66fc8ca22b cluster: emit 'message' event on cluster master 10 years ago
Chris Dickinson cf0306cd71 doc: update stability index 10 years ago
Sam Roberts 87e4bfd582 doc: link cluster worker.send() to child.send() 10 years ago
Ben Noordhuis 789bbb91d3 doc: update node.js references in api docs 10 years ago
Trevor Norris 51b6b6844e doc: fix brackets for optional parameters 10 years ago
Julien Gilli 90d1147b8b cluster: centralize removal from workers list. 11 years ago
Ryan Graham 04d6fc2c3f cluster: include settings object in 'setup' event 11 years ago
Ryan Graham b96e38ac3a cluster: allow multiple calls to setupMaster() 11 years ago
Fedor Indutny ae1e325e8a child_process: accept uid/gid everywhere 11 years ago
Lorenz Leutgeb fc7e217a30 doc: fix typo in cluster page 11 years ago
Yazhong Liu 5cfee927cd doc: mention execArgv in setupMaster 11 years ago
Ben Noordhuis 10cf8ade63 doc: cluster: bump stability level to 'unstable' 11 years ago
Sam Roberts a60f67192f doc: fix missing backtick in 2e16037 11 years ago
Sam Roberts 2e16037201 doc: cluster documentation cleanup and corrections 12 years ago
Ben Noordhuis e72cd415ad cluster: use round-robin load balancing 12 years ago
Ben Noordhuis 626d7abdb4 doc: cluster: s/server.destroy/server.close/ 12 years ago
isaacs e428bb7eae cluster: Rename destroy() to kill(signal=SIGTERM) 12 years ago
Rick Yakubowski 5abde8161a doc: fix typo in cluster module documentation 12 years ago
Tim d5a5901346 doc: Fix syntax in cluster example code 12 years ago
Yi EungJun 33d22428fb doc: Add NODE_DEBUG env to the first example. 12 years ago
Robin Lee a08271c7a8 doc: fix three typos 12 years ago
Pooya Karimian 0087bc6370 cluster.worker description and examples ere missing from the top level of docs 13 years ago
Atsuya Takagi 9f57e422cf doc: fix typo in api/cluster 12 years ago
Ron Korving 2e1f2b535e doc: fix typo in cluster example code 13 years ago
Ben Noordhuis 7c75ca7182 doc: cluster: setupMaster() can be called only once 13 years ago
Ben Noordhuis 9315377693 doc: improve cluster.workers documentation 13 years ago
koichik bc30c90af6 doc: remove duplicate section 13 years ago
Justin Plock fba1e48fae doc: cluster: worker.pid is now worker.process.pid 13 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