Boost logo

Boost Users :

From: Manuel Jung (gzahl_at_[hidden])
Date: 2008-08-24 11:36:22


Hi!

I want to use dataflow.signals, which is build on top of
thread_safe_signals. Each call of a producer (each signal) is put into a
threadpool. Now i want not to execute the whole chain of data processing at
once, but just one chain link at the time and put a new task to the
threadpool than.
The goal is that i can put rather complex and long (running) dataflow chains
in the threadpool, which are divided into many pieces, so the threadpool
can often decide which task is most important.

So how can i alter the call of the next signal in a signal network/chain?
Kind regards
Manuel


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net