Python 世界的 Terracotta?

发布于 2024-08-03 17:40:47 字数 206 浏览 4 评论 0原文

你知道 Python 世界中是否存在类似于 Terracotta (在 Java 世界中)的东西吗? 扭曲?或者其他什么。

Would you know if something similar to Terracotta (in Java world) exists for Python world? Twisted ? Or something else.

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

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

发布评论

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

评论(4

山川志 2024-08-10 17:40:47

我认为 Twisted 是您能找到的最佳选择。
让我警告您,这会给您带来一些麻烦,因为它迫使您以完全不同的方式进行编码。但一旦你理解了它,它并不难......

http:// twistedmatrix.com/projects/core/documentation/howto/index.html

I think Twisted is the best alternative you can find.
Let me warn you that it will give you some headaches, as it forces you to code in a completely different way. But once you understand it, it's not that hard....

http://twistedmatrix.com/projects/core/documentation/howto/index.html

烦人精 2024-08-10 17:40:47

Pyro 在 python 中的使用方式与在 java 中的 terracotta 类似

Pyro can be used similarly in python as terracotta in java

很酷又爱笑 2024-08-10 17:40:47

如果您想使用可为您提供分布式哈希表/元组空间 实现类型,Entangled 似乎是一个 Python 实现。我确信还有其他人,如果你用谷歌搜索的话。

If you want to use something that gives you a Distributed Hashtable/Tuple Space type of implementation, Entangled seems to be a Python implementation. I'm sure there are others out there though if you google for them.

弱骨蛰伏 2024-08-10 17:40:47

尝试使用 JPython 运行代码并使用 Terracotta ;)

try to run your code with JPython and use Terracotta ;)

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