0

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.

vyakhir
  • 1,714
  • 2
  • 17
  • 21
  • Finally figured it out. I had to adapt the code from this article and it gave me what I need: http://stackoverflow.com/questions/2510975/c-sharp-object-pooling-pattern-implementation – vyakhir Nov 28 '12 at 07:32

1 Answers1

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