Re: Priority based concurrent execution

2006-09-21 Thread Jean-Paul Calderone
On 21 Sep 2006 04:56:46 -0700, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > >Willi Richert wrote: >> Hi, >> >> I have a simulation application (PlayerStage) in which the robot is asked >> every ~200ms for an action. In the meantime the robot has to do some >> calculation with the perception. As

Re: Priority based concurrent execution

2006-09-21 Thread [EMAIL PROTECTED]
Willi Richert wrote: > Hi, > > I have a simulation application (PlayerStage) in which the robot is asked > every ~200ms for an action. In the meantime the robot has to do some > calculation with the perception. As the calculation gets more and more time > consuming I am thinking about outsourcing