On 29 Jun 2006 00:24:50 +1000, Scott Smedley wrote: > > Just to clarify ... > > > In my opinion, it's not Schedule that is broken/unreliable. _Any_ > > function may fail to execute if the pointer is grabbed for ~1 second > > at the time of execution. > > It doesn't matter if a function is invoked by Schedule or not - it > can still fail to execute in either case.
Yes, but the problem of the failed re-Schedule is much more serious, because it is not a one-time failure (whenever the external grab occurs), but an infinite time of failures (non-happened function invocations). Regards, Mikhael.