Skip to content

Commit

Permalink
doc: remove old note, 'cluster' is marked stable
Browse files Browse the repository at this point in the history
Fixes: nodejs#3313
PR-URL: nodejs#3314
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
  • Loading branch information
gblazex authored and Trott committed Oct 12, 2015
1 parent dfe6788 commit 62a0e5e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions doc/api/cluster.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 62a0e5e

Please sign in to comment.