Tornhoof / HttpBatchHandler

HttpBatchHandler for ASP .NET Core 3.0
Apache License 2.0
22 stars 7 forks source link

Parallel Execution of Sub Request #18

Closed vishiitr closed 5 years ago

vishiitr commented 5 years ago

Right now All the sub request are executed sequential. I can not find a way by which I can execute all the sub request parallel and then combine there response for client. Can you please help out on this.

Tornhoof commented 5 years ago

Yes, that is not supported. That would make it way more complicated, e.g. you need to buffer the batch request, parse all the data in advance etc.