C++ 中的 JGroups 等效库

发布于 2024-10-09 15:17:59 字数 264 浏览 0 评论 0原文

在工作中我们一直在使用 JGroups,我不得不说我真的很喜欢它,但是,在家里我主要使用 C/C++ 进行构建。

我想知道是否有人知道 JGroups 到 C++ 的任何良好/可靠的端口或任何其他等效的 C++ 软件库。我有兴趣了解各种图书馆的优缺点。

虽然这不是必需的,但我最熟悉 SDL 的 SDL_net,因此它是 SDL_net 周围的一个很好的包装类将是对我最有利的。

at work we have been using JGroups and I have to say that I really like it, however, at home I primarily build with C/C++.

I'm wondering if anyone knows of any good/solid ports of JGroups to C++ or any other equivalent software library for C++. I'm interested in hearing pros/cons of various libraries out there.

Though this isn't a requirement, I am most familiar with SDL's SDL_net so a nice wrapper class around SDL_net would be the most favorable to me.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

淑女气质 2024-10-16 15:17:59

我不知道 JGroups 到 C++ 的任何端口。有些人将 JGroups 作为守护进程运行,然后通过协议从其他语言与其进行通信。我最近创建了一个 STOMP 协议,它允许 JGroups 处理用不同语言编写的客户端发送的消息,并允许这些客户端接收消息。

回复:本机堆栈,您可以看看 Spread (www.spread.org)。

I don't know of any ports of JGroups to C++. Some folks run JGroups as a daemon and then talk to it from other languages via a protocol. I recently created a STOMP protocol, which allows for messages sent by clients written in different languages to be processed by JGroups, and for those clients to receive messages as well.

Re: native stacks, you could take a look at Spread (www.spread.org).

溺ぐ爱和你が 2024-10-16 15:17:59

您可能想查看 0mq。它非常快速且易于使用。

You might want to check out 0mq. Its pretty fast and easy to use.

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