0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-30 07:27:22 +01:00
nodejs/doc/api
Ryan Graham b96e38ac3a cluster: allow multiple calls to setupMaster()
Only attributes of 'cluster.settings' will be modified after the first
call, leaving all other cluster initialization alone. Each call that
includes a 'settings' argument triggers a 'setup' event to be emitted.

Instead of each call resetting all values to their defaults, use the
current settings (if any) as the default. This retains setupMaster's
support how cluster.fork() uses setupMaster() to ensure
cluster.settings has been populated.

Update example in docs to use current node coding style and include
an example of progressive configuration.

Signed-off-by: Fedor Indutny <fedor@indutny.com>
2014-07-15 00:12:43 +04:00
..
_toc.markdown doc: document the tracing api 2014-02-05 11:49:02 -08:00
addons.markdown node: add signature to SET_PROTOTYPE_METHOD 2014-04-02 01:48:34 -07:00
all.markdown doc: document the tracing api 2014-02-05 11:49:02 -08:00
assert.markdown doc: update assert.markdown 2014-02-23 18:09:26 +04:00
buffer.markdown buffer: remove Buffer#toArrayBuffer() 2014-05-12 16:58:30 -07:00
child_process.markdown doc: re-org child_process into async/sync 2014-07-10 15:20:33 +03:00
cluster.markdown cluster: allow multiple calls to setupMaster() 2014-07-15 00:12:43 +04:00
console.markdown console: console.dir() accepts options object 2014-06-12 10:42:52 -07:00
crypto.markdown doc: document tls.createSecureContext 2014-06-25 14:11:09 +04:00
debugger.markdown doc: Fix missing backtick in debugger doc 2013-12-30 11:44:13 -08:00
dgram.markdown dgram: introduce reuseAddr option 2014-04-10 19:39:49 +04:00
dns.markdown dns: introduce lookupService function 2014-06-27 04:02:19 +04:00
documentation.markdown
domain.markdown domains: deprecate domain.dispose(). 2013-08-27 11:05:14 -07:00
events.markdown Merge remote-tracking branch 'upstream/v0.10' 2014-05-01 13:54:23 -07:00
fs.markdown doc: Missing word 'are' in documentation 2013-12-26 21:17:19 +04:00
globals.markdown doc: improve module documentation 2013-10-27 11:47:11 +01:00
http.markdown Merge remote-tracking branch 'upstream/v0.10' 2014-05-01 13:54:23 -07:00
https.markdown Merge remote-tracking branch 'origin/v0.10' 2013-05-29 23:12:11 +02:00
index.markdown
modules.markdown doc: improve module documentation 2013-10-27 11:47:11 +01:00
net.markdown net: don't throw on net.Server.close() 2014-05-18 17:59:52 +04:00
os.markdown Merge remote-tracking branch 'upstream/v0.10' 2013-10-25 11:26:05 -07:00
path.markdown Merge remote-tracking branch 'upstream/v0.10' 2014-02-08 16:45:27 -08:00
process.markdown doc: process: Document process.mainModule 2014-06-24 20:21:25 +04:00
punycode.markdown doc: improve punycode.js documentation 2013-06-20 13:25:10 +02:00
querystring.markdown querystring: custom encode and decode 2014-05-22 08:21:55 -07:00
readline.markdown Merge remote-tracking branch 'upstream/v0.10' 2014-01-27 11:02:59 -08:00
repl.markdown repl: REPLServer inherits from readline.Interface 2014-02-17 16:04:36 -08:00
smalloc.markdown doc: fix few smalloc entries for proper formatting 2013-11-13 15:31:22 -08:00
stream.markdown Merge branch 'v0.10' 2014-06-05 07:28:39 -07:00
string_decoder.markdown
synopsis.markdown
timers.markdown Merge remote-tracking branch 'upstream/v0.10' 2014-02-13 16:40:38 -08:00
tls.markdown crypto: add honorCipherOrder argument 2014-06-25 14:47:59 +04:00
tracing.markdown src: move AsyncListener from process to tracing 2014-02-05 17:16:36 -08:00
tty.markdown doc: fix formatting in tty.markdown 2013-03-26 16:09:51 +01:00
url.markdown doc: document url slashes property 2014-05-22 09:27:03 -07:00
util.markdown doc: add spec for util.deprecate() 2014-05-07 14:56:21 -07:00
vm.markdown vm: document vm2's changes. 2013-08-28 22:27:24 -07:00
zlib.markdown zlib: separate sync/async methods 2014-02-04 01:41:02 +04:00