From 62a0e5e99ca07e53636e4a175c2a490608114334 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20Galambosi?= Date: Sat, 10 Oct 2015 20:23:05 +0200 Subject: [PATCH] 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 Reviewed-By: Rich Trott --- doc/api/cluster.markdown | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/doc/api/cluster.markdown b/doc/api/cluster.markdown index f2f388c2904022..a1d30ef6001b8b 100644 --- a/doc/api/cluster.markdown +++ b/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