--- Jose Alberto Fernandez <[EMAIL PROTECTED]>
wrote:
> <localproperty name="macrolocal"/>
> <parallel>
>   <waitfor>
>     <isset property="macrolocal"/>
>   </waitfor>
>   <property name="macrolocal" value="1"/>
> </parallel>
> 
> This is absolutely valid code today. Shall it stay
> in an infinite wait?

This is where scoping comes in... the <parallel>
exists in the same scope as the <localproperty>, so
all spawned threads would diverge from a common point:
i.e. the point whose map contains the "macrolocal"
property.

-Matt


                
_______________________________
Do you Yahoo!?
Declare Yourself - Register online to vote today!
http://vote.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to