[CLSA Course] Same-Case vs Subcase Parallelism
Can you please clarify the below point that mentioned in CLSA course about as advantage of using subcase parallelism .
Async Comm: A spun-off subcase that is immune from its parent’s locking strategy can call the Queue-For-Agent to invoke an Activity that invokes a Connector. A Standard Agent Batch Requestor can then attempt and re-attempt the connection in parallel to the parent case with no concern whether the parent case is locked. With the same-case approach, the Standard Agent must wait for the case lock to be released.