Subject: Re: [boost] [thread_pool] Dependencies between tasks
From: vicente.botet (vicente.botet_at_[hidden])
Date: 2008-09-06 00:40:03


----- Original Message -----
From: "Kowalke Oliver (QD IT PA SI)" <Oliver.Kowalke_at_[hidden]>
To: <boost_at_[hidden]>
Sent: Friday, September 05, 2008 8:46 AM
Subject: Re: [boost] [thread_pool] Dependencies between tasks

>
> sequencing the access to the instance would be equivalent to chaining the
> tasks (== chained tasks are executed after each other -> as a sequence).
> take a look at thread_pool at the vault
> http://www.boostpro.com/vault/index.php?action=downloadfile&filename=boost-threadpool.2.tar.gz&directory=Concurrent%20Programming&.

Do you mean that each time the user wants to sequence tasks she/he needs
* chain the task to the stored one
* store the last task

I had already recovered your compressed file as other post let know. Please
could you point me where the chaining task is described?

Thanks,

Vicente