csharp-old icon indicating copy to clipboard operation
csharp-old copied to clipboard

Improved batch op support

Open UmanShahzad opened this issue 4 years ago • 2 comments

Take into account use cases like https://github.com/ipinfo/python/issues/35 to ensure batch ops support is scalable & robust.

UmanShahzad avatar Dec 23 '20 01:12 UmanShahzad

I will add soon. But there are two ways - sequentially receiving 1000 at a time or splitting the request into parallel ones? Will the backend handle massive parallel requests?

HavenDV avatar Dec 23 '20 02:12 HavenDV

The backend can handle lots of requests in parallel. We can limit the concurrency level in the client, e.g. max 10 batches of 1000-sized requests by default.

UmanShahzad avatar Dec 23 '20 02:12 UmanShahzad