help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-smalltalk] Sporadic process issue on Magritte tests


From: Paolo Bonzini
Subject: Re: [Help-smalltalk] Sporadic process issue on Magritte tests
Date: Thu, 16 Apr 2015 13:08:06 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0


On 16/04/2015 13:06, Holger Freyther wrote:
> > The point of using absolute deadline is exactly to match deadlines as
> > close as possible ("perfect" if the syscall ultimately lets you specify
> > an absolute deadline).  Relative deadlines become less and less accurate
> > the more load you have, because you can be preempted away between the
> > computation of the deadline and the setting of the timer.
> > 
> > This is particularly relevant with cooperative multithreading such as
> > Smalltalk’s.
> 
> Okay but the current implementation appears to be improvable.

Yes, there was a bug. :)

Paolo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]