> > or I will have to revert and reintroduce timer-thread :< > > reverted for now :< r64203 Btw, using POSIX timers is a solution for this; because timer_settime(2) is async-signal safe and I can call it from signal handlers. (pthreads platforms w/o POSIX timers can use emulation via extra thread) Unsubscribe: <mailto:ruby-core-request / ruby-lang.org?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>