Hi Stefano,
It's probably a good idea to avoid thinking in threads until they come up
as a potential solution.
Some questions:
1) What are the latency requirements? Is it okay for everything else to
halt while you do that computation? What are the latency requirements for
the computation? Is th
Hi Laurens,
many thanks for yours considerations.
1) I don't have problems about latency but I can't halt all during the
computation. I can defer the computation for minutes if I attach to data
the timestamp related to when data arrives.
2) The "monster" machine that have to do all is an embedd
On Fri, Oct 4, 2013 at 10:59 AM, Stefano Danzi wrote:
> Hi Laurens,
> many thanks for yours considerations.
>
> 1) I don't have problems about latency but I can't halt all during the
> computation.
Why not?
> I can defer the computation for minutes if I attach to data the timestamp
> related