Hey all,
Are map:parts in a map:aggregate executed in parallel or in serial? Because I wrote one where the 2nd part should only start to be generated after the first has completed, but the output indicates a parallel execution instead of a serial one. For example:
<map:aggregate element="new-root"> <map:part src="cocoon:/src1"/> <map:part src="cocoon:/src2"/> </map:aggregate>
Here I need cocoon:/src2 to only begin its generation after cocoon:/src1 is completed. If they do go in parallel, is there any way to force the parts to be generated serially?
Thanks,
Sonny
_________________________________________________________________
The new MSN 8: advanced junk mail protection and 2 months FREE* http://join.msn.com/?page=features/junkmail
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
