Files
node/lib
Ben Noordhuis 41b75ca926 cluster: clean up lib/cluster.js
Clean up and DRY the cluster source code. Fix a few bugs while we're
here:

* Short-lived handles in long-lived worker processes were never
  reclaimed, resulting in resource leaks.

* Handles in the master process are now closed when the last worker
  that holds a reference to them quits. Previously, they were only
  closed at cluster shutdown.

* The cluster object no longer exposes functions/properties that are
  only valid in the 'other' process, e.g. cluster.fork() is no longer
  exported in worker processes.

So much goodness and still manages to reduce the line count from 590
to 320.
2013-04-20 22:58:16 +02:00
..
2013-04-05 12:05:58 -07:00
2013-04-19 16:25:11 -07:00
2013-04-12 11:30:11 -04:00
2013-04-20 22:58:16 +02:00
2013-04-12 11:30:11 -04:00
2013-04-18 00:54:57 +02:00
2013-03-06 14:31:22 +04:00
2013-04-10 23:51:16 +02:00
2013-04-11 11:06:20 -07:00
2013-03-28 13:19:08 -07:00
2013-04-19 10:15:22 -07:00
2013-01-16 16:53:11 +01:00
2013-04-12 11:30:11 -04:00
2013-02-28 23:11:47 +01:00
2013-04-12 16:27:49 -07:00