17.14Why Scatter-Gather?
Because:
same customer request
goes to:
different independent destinations
in parallel.
Not:
Parallel For Each
because we're not doing identical work across an array.
Because:
same customer request
goes to:
different independent destinations
in parallel.
Not:
Parallel For Each
because we're not doing identical work across an array.