Re: [rules-users] Multiple independent Assertions

2007-08-01 Thread Mark Proctor
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 Lis

[rules-users] Multiple independent Assertions

2007-08-01 Thread Arjun Dhar
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 expe