Java单播和组播性能

发布于 2024-12-10 21:55:54 字数 87 浏览 0 评论 0原文

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

梦途 2024-12-17 21:55:54

它将受到网络限制,因此编程语言的选择不会有太大影响。您会发现用 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文