[rules-users] Multiple independent Assertions
Mark Proctor
mproctor at codehaus.org
Wed Aug 1 07:39:55 EDT 2007
shadow proxies protect you a little from this, but you can still end up
with garbage. What a shadow proxy does is copy all the fields, so that
during insertion time anychange to the original data will not impact
what th network sees.
Mark
Arjun Dhar wrote:
> Hi,
> In "stateless" Session:
>
> If List of A1,B1,C1 are executed - execute(List)
> and at the same time in a paralell thread A2,B2,C2 are executed - execute(List)
>
> In "Theory" (Conceptually), I want to confirm if A1 will interfere with the
> rule using A2? Just want to ensure what is appropriate or expecteed behavior.
>
> ...assuming both threads hit the same session for that "delta t" period of time.
>
> thanks,
> arjun
>
> _______________________________________________
> rules-users mailing list
> rules-users at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/rules-users
>
>
More information about the rules-users
mailing list