From 10cf8ade635602624641f953d78b53ca5a26aa6b Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Thu, 7 Nov 2013 12:34:22 +0100 Subject: [PATCH] doc: cluster: bump stability level to 'unstable' As discussed on the mailing list: the module will not go away but the API will continue to receive updates as the need arises. Link: https://groups.google.com/forum/#!topic/nodejs/uqyTcQfimAI Message-ID: <7384b30e-b64c-4086-b78f-b5acca9842a9@googlegroups.com> --- doc/api/cluster.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/cluster.markdown b/doc/api/cluster.markdown index 64968f5..6f6e5f8 100644 --- a/doc/api/cluster.markdown +++ b/doc/api/cluster.markdown @@ -1,6 +1,6 @@ # Cluster - Stability: 1 - Experimental + Stability: 2 - Unstable A single instance of Node runs in a single thread. To take advantage of multi-core systems the user will sometimes want to launch a cluster of Node -- 2.7.4