isaacs / cluster-master

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

Remove SIGKILL. #16

Closed luk- closed 11 years ago

luk- commented 11 years ago

SIGKILL cannot be caught or ignored, and throws an error in Node v0.10.x. There's a try/catch block there anyway for Windows, but it makes sense to take this out of the signal handling for cleanliness.