Erlang Linux signal handling

Posted by jldupont on Stack Overflow See other posts from Stack Overflow or by jldupont
Published on 2010-03-17T03:08:33Z Indexed on 2010/03/17 3:11 UTC
Read the original article Hit count: 345

Filed under:
|
|

Is it possible to trap Linux signals (e.g. SIGUSR1) through an handler in Erlang? (without having to resort to a driver crafted in C)

© Stack Overflow or respective owner

Related posts about erlang

Related posts about linux