Java单播和组播性能
Hi:有人将 Java 单播和多播实现与用 C 编写的实现进行比较吗?哪种编程语言具有更好的性能?如果我要实现一个恶魔线程并不断轮询两个集群单元以实现高可用性。
Hi: Has someone compared Java unicast and multicast implementation against those written in C? which programming language give better performance? If I am going to implement a demon thread and constantly poll two cluster units in order to achieve High Availability.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它将受到网络限制,因此编程语言的选择不会有太大影响。您会发现用 Java 编写网络代码比使用 C API 更容易。
It will be network bound, so the choice of programming language won't make much difference. You'll find networking code much easier to write in Java rather than grappling with the C API.