
System timer, a timer based on underlying `sigalrm` system timers, is a solution to ruby processes which hang beyond the time limit when accessing external resources. this is useful when `timeout.rb`, which, on m.r.i 1.8, relies on green threads, does not work consistently.