10 Jul
2014
10 Jul
'14
12:51 p.m.
Hi, I've put together some slides to show what I'm thinking of and make sure we are on the same page: http://www.slideshare.net/erenon/boostpipeline-scheduling-of-segments-368324... To point here, assuming a pipeline, one can use extra information to make some educated guesses regarding scheduling: Yield to offending queue (upstream if input is empty, downstream if output is full), choose specific segment to optimize latency. Probably this can be achieved using fibers, or even with coroutines. Due to the complexity of HPX I'm not sure how does it compare. Benedek