Re: [Twisted-Python] Help for Twisted + Thread + Message Queue

2013-10-04 Thread Laurens Van Houtven
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

Re: [Twisted-Python] Help for Twisted + Thread + Message Queue

2013-10-04 Thread Stefano Danzi
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

Re: [Twisted-Python] Help for Twisted + Thread + Message Queue

2013-10-04 Thread Laurens Van Houtven
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