【发布时间】:2012-11-26 07:33:54
【问题描述】:
如果您编写基于 thrift 的服务器到服务器调用,Twitter 提供了一个非常好的 api - com.twitter.common.thrift - 它提供支持多个 thrift 服务器、负载平衡和其他一些好东西。 有谁知道.NET是否有等价物? 我主要对上面提到的多远程服务器支持和负载平衡感兴趣。 提前致谢。
【问题讨论】:
-
终于想通了。我不得不修改这篇文章中的代码,它给了我我需要的东西:stackoverflow.com/questions/2510975/…
标签: .net twitter load-balancing rpc thrift