cluster improvements: Worker class and isolate internal messages
authorAndreas Madsen <amwebdk@gmail.com>
Tue, 20 Dec 2011 09:42:48 +0000 (10:42 +0100)
committerRyan Dahl <ry@tinyclouds.org>
Thu, 5 Jan 2012 02:30:19 +0000 (18:30 -0800)
commit5f08c3cfa1ee3ece6032d1ffeda6f403e54dd5c0
treeb0adda96165732daa489f77a4b4a6f0265460440
parente21643d618a923a484b1f692ceeabffa6855e6cf
cluster improvements: Worker class and isolate internal messages

Fixes #2388
doc/api/child_processes.markdown
doc/api/cluster.markdown
lib/child_process.js
lib/cluster.js
lib/net.js
src/node.js
test/simple/test-child-process-internal.js [new file with mode: 0644]
test/simple/test-cluster-basic.js [new file with mode: 0644]
test/simple/test-cluster-fork-env.js
test/simple/test-cluster-kill-workers.js
test/simple/test-cluster-message.js [new file with mode: 0644]