Browse Source

doc: remove old note, 'cluster' is marked stable

Fixes: https://github.com/nodejs/node/issues/3313
PR-URL: https://github.com/nodejs/node/pull/3314
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
v5.x
Balázs Galambosi 9 years ago
committed by Jeremiah Senkpiel
parent
commit
b9279aa193
  1. 5
      doc/api/cluster.markdown

5
doc/api/cluster.markdown

@ -39,10 +39,7 @@ Running Node.js will now share port 8000 between the workers:
23521,Master Worker 23523 online
23521,Master Worker 23528 online
This feature was introduced recently, and may change in future versions.
Please try it out and provide feedback.
Also note that, on Windows, it is not yet possible to set up a named pipe
Please note that, on Windows, it is not yet possible to set up a named pipe
server in a worker.
## How It Works

Loading…
Cancel
Save