$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Manuel Jung (gzahl_at_[hidden])
Date: 2008-04-08 16:11:42
Hi,
The fifo_scheduler is limited to one execution at a time. I would like a
schedule object, which can handle many processors in many threads at the
same time. Lika a threadpool, where the threads takeover a fsm, when it has
events posted and processes them then. But it should of course only one
thread at a time process events from one machine.
Maybe someone has done this and can show me his code? Or tell me if this is
even possible?
Greetings
Manuel Jung