Re: [Tinyos-help] Hacking the SchedulerBasicP.nc

2011-09-19 Thread Francisco Sant'anna
I noticed the speed up because I measured the time to execute a heavy task. About the application, I am using TinyOS as the platform for my research language. The language has a primitive to run heavy tasks, but the runtime needs to interrupt them when an external event triggers. Thanks for the ans

Re: [Tinyos-help] Hacking the SchedulerBasicP.nc

2011-09-15 Thread João Gonçalves
On Wed, Sep 14, 2011 at 6:07 AM, Francisco Sant'anna < francisco.santa...@gmail.com> wrote: > Hello, > > I understand that not all events preempt tasks, e.g., the conventional > Timers. > However, I often need them to behave as interruptions, with the same > semantics shown in the "Holistic paper"

[Tinyos-help] Hacking the SchedulerBasicP.nc

2011-09-13 Thread Francisco Sant'anna
Hello, I understand that not all events preempt tasks, e.g., the conventional Timers. However, I often need them to behave as interruptions, with the same semantics shown in the "Holistic paper". Questions: 1- to achieve the desired behavior I'd need to work in a much lower level, right? 2- do th