> Thinking a little bit more about the issue, I was wondering > whether it would be > a good idea to integrate the target-level parallelism (as > discussed here) and > the task-level parallelism (i.e. > task) into one beast, as such issues > like output handling and maximum number of threads executed > in parallel could > benefit from it.
On target level you already have dependencies. On task level you have not. Basically a task depends on all previous noted tasks. You can parallelize them with <parallel> Jan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
