Re: Thread Execution Control

2013-11-21 Thread Sebastian Huber
On 2013-11-20 17:46, Gedare Bloom wrote: On Wed, Nov 20, 2013 at 7:19 AM, Sebastian Huber wrote: Hello, the following text tries to explain a problem with the current SMP implementation and presents one possible solution. Thread Execution Control Currently threads are assigned to

Re: Thread Execution Control

2013-11-20 Thread Gedare Bloom
On Wed, Nov 20, 2013 at 7:19 AM, Sebastian Huber wrote: > Hello, > > the following text tries to explain a problem with the current SMP > implementation and presents one possible solution. > > ==== Thread Execution Control > > Currently threads are assigned to process

Thread Execution Control

2013-11-20 Thread Sebastian Huber
Hello, the following text tries to explain a problem with the current SMP implementation and presents one possible solution. Thread Execution Control Currently threads are assigned to processors for execution by the scheduler responsible for this thread. It is unknown to the