$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [threadpool] recursive fork/join (fibers removed)
From: k-oli_at_[hidden]
Date: 2008-11-05 14:47:06
Hello,
I've uploaded a new version of threadpool - fibers are remove so that
fork/join is provided via recursive execution of sub-tasks (enqueued in local
worker-queue).
One open item is the synchronization of parent-task und sub-task (signaling
via condition variables) - maybe solveable via fibers.
regards,
Oliver