irmen / Pyrolite

Java and .NET client interface for Pyro5 protocol
MIT License
178 stars 47 forks source link

Batch calls support #77

Closed fridayzz closed 3 years ago

fridayzz commented 5 years ago

How can we bundle small calls in batch and get all the result once for all to avoid round trip latency in c# client lib? I’m aware pyro support that. However, it seems not supported in Pyrolite.

Thanks

irmen commented 5 years ago

Indeed, this is a feature not implemented in the current Pyrolite. Maybe I'll add it when adapting Pyrolite to be compatible with Pyro5.

irmen commented 3 years ago

I won't be adding this feature myself, sorry.