From: Ben Noordhuis Date: Thu, 7 Nov 2013 11:34:22 +0000 (+0100) Subject: doc: cluster: bump stability level to 'unstable' X-Git-Tag: v0.11.9~37 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=10cf8ade635602624641f953d78b53ca5a26aa6b;p=platform%2Fupstream%2Fnodejs.git 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> --- 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