🎴 Flashcard Mode
web technology Online Quiz - 78
Card1 / 20
Mastered0
Review0
QuestionClick to flip
To split processing into two or more independent secondary flows that operate in parallel we should use
AnswerClick to flip back
A
Split-Join
💡 Explanation:
Split-Join is the correct flow shape in PRPC for parallel processing - it splits a single flow into multiple independent sub-flows that execute concurrently, then rejoins them. Split-For-Each processes items sequentially, Called Flow invokes another flow synchronously, and SpinOff Flow creates independent child flows.