[Jcyclone-users] Question on TPSScheduler
Brought to you by:
jm7
|
From: Fabien G. <fab...@fr...> - 2007-04-26 08:07:44
|
Hello, I'm trying to understand how the scheduler works. I don't understand the procedure call Thread.yield() in TPSScheduler. I first believed that it was useless, but when I tried to remove this call, performance became bad. Does someone can explain me the purpose of this call? I don't understand why we should insert yield points. Thanks, Fabien |