isaacs / cluster-master

Take advantage of node built-in cluster module behavior
ISC License
276 stars 44 forks source link

repl: workers array objects should have more options #2

Open isaacs opened 12 years ago

isaacs commented 12 years ago

disconnect -> cluster.workers[worker.id].disconnect()

kill - > cluster.workers[worker.id].process.kill()

Others?