On Nov 11, 2007 8:24 PM, William Morgan <[EMAIL PROTECTED]> wrote: > 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.
I tried raggle to see if it would cause a similar amount of wakeups, and it does; Once it settles into a steady state (after it's checked each feed on startup), it does ~95 wakeups per second, just like sup. Sorry for what appears to be a false alarm; I'll take this question to some ruby folks. Thanks, --Phil _______________________________________________ sup-talk mailing list [email protected] http://rubyforge.org/mailman/listinfo/sup-talk
