yahoo / monitr

A Node.js process monitoring tool.
BSD 3-Clause "New" or "Revised" License
317 stars 39 forks source link

Handle SIGHUP events only in primary monitor thread. Add selective backtrace #18

Closed evantorrie closed 10 years ago

evantorrie commented 10 years ago

This reenables the stack backtrace support of monitr when receiving a SIGHUP.

In addition, code is now more thread-friendly. Note that signals can be delivered to any thread inside a process which has not blocked the signal.

SIGHUP catcher uses only async-safe functions

yahoocla commented 10 years ago

CLA is valid!

koulmomo commented 10 years ago

@rohiniwork any word on when this is getting merged in?