Reformatted excerpts from Edward Z. Yang's message of 2009-06-08:
> Excerpts from William Morgan's message of Mon Jun 08 14:00:23 -0400 2009:
> > > 3. Polling and loading of threads should started, asynchronously,
> > > at the same time.
> > 
> > > Loading of threads should not hose my CPU.
> > 
> > Agreed. Please fix.
> 
> It appears that polling blocks on loading threads, so it doesn't help
> to fix that until we fix the thread loading code.

My "agreed, please fix" was in response to "loading of threads should
not hose my CPU".

Polling currently blocks on loading threads, but that's an explicit
block. I forget why I did that now. You can unblock it and see if it
makes life better.  (bin/sup circa line 205.)
-- 
William <wmorgan-...@masanjin.net>
_______________________________________________
sup-talk mailing list
sup-talk@rubyforge.org
http://rubyforge.org/mailman/listinfo/sup-talk

Reply via email to