Re: SEDA, queues, and a second lower-priority queue set

2019-01-16 Thread Rahul Singh
I understand the goal. Thinking in this direction , multiple queues make sense if there is enough processing power / multiple cores and memory. There is some over head involved to determine priority and send to the proper queue / routing. I would say that having the ability to addition queues m

Re: SEDA, queues, and a second lower-priority queue set

2019-01-16 Thread Carl Mueller
additionally, a certain number of the threads in each stage could be restricted from serving the low-priority queues at all, say 8/32 or 16/32 threads, to further ensure processing availability to the higher-priority tasks. On Wed, Jan 16, 2019 at 3:04 PM Carl Mueller wrote: > At a theoretical l