Excerpts from Phil Snowberger's message of Sun Nov 11 16:49:55 -0800 2007: > I was wondering if anybody else has a problem with sup/ruby causing > lots of wakeups-from-idle?
Does this happen with other multithreaded Ruby apps? Sup uses select() for input, and the only persistent threads have multi-second sleep times. But I have no idea how that translates down to the OS level, as Ruby does its own threading. -- William <[EMAIL PROTECTED]> _______________________________________________ sup-talk mailing list [email protected] http://rubyforge.org/mailman/listinfo/sup-talk
