From mboxrd@z Thu Jan 1 00:00:00 1970 From: ezyang@MIT.EDU (Edward Z. Yang) Date: Mon, 08 Jun 2009 22:38:08 -0400 Subject: [sup-talk] Sup annoyances In-Reply-To: <1244481844-sup-9094@entry> References: <1244270435-sup-9288@javelin> <1244481844-sup-9094@entry> Message-ID: <1244515056-sup-4758@javelin> 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. Cheers, Edward