isaacs / cluster-master

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

SIGKILL isn't catchable #13

Closed sam-github closed 11 years ago

sam-github commented 11 years ago

And node knows it:

process.on("SIGKILL", function(){}) Error: uv_signal_start EINVAL

I think you're always hitting your catch.

isaacs commented 11 years ago

Oh, yeah, huh. Patch welcome.