If you program thrift based server-to-server calls, Twitter offers a very good api - com.twitter.common.thrift - which offers supporting multiple thrift servers, load balancing and some other good things. Does anyone know if there's an equivalent for .NET? I'm primarily interested in multi remote server support and load balancing, which I mentioned above. Thanks in advance.
Asked
Active
Viewed 132 times
1 Answers
0
Looks like there're no equivalents. I had to develop on my own: https://github.com/vyakhir/pooling

vyakhir
- 1,714
- 2
- 17
- 21