1. Jul 24, 2014
  2. Jul 23, 2014
  3. Jul 17, 2014
  4. Jul 15, 2014
    • Ryan Graham's avatar
      cluster: include settings object in 'setup' event · 04d6fc2c
      Ryan Graham authored
      
      
      Emits on every call to cluster.setupMaster(), even if no new settings
      are given. This is because calling cluster.setupMaster() without
      arguments (or with an empty options object) results in the settings
      being restored to their defaults.
      
      Signed-off-by: default avatarFedor Indutny <fedor@indutny.com>
      04d6fc2c
    • Ryan Graham's avatar
      cluster: allow multiple calls to setupMaster() · b96e38ac
      Ryan Graham authored
      
      
      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: default avatarFedor Indutny <fedor@indutny.com>
      b96e38ac
  5. Jul 14, 2014
  6. Jul 12, 2014
  7. Jul 10, 2014
  8. Jul 09, 2014
  9. Jul 07, 2014
  10. Jul 03, 2014
  11. Jul 01, 2014
  12. Jun 30, 2014
  13. Jun 27, 2014