Python 世界的 Terracotta?
你知道 Python 世界中是否存在类似于 Terracotta (在 Java 世界中)的东西吗? 扭曲?或者其他什么。
Would you know if something similar to Terracotta (in Java world) exists for Python world? Twisted ? Or something else.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
我认为 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
Pyro 在 python 中的使用方式与在 java 中的 terracotta 类似
Pyro can be used similarly in python as terracotta in java
如果您想使用可为您提供分布式哈希表/元组空间 实现类型,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.
尝试使用 JPython 运行代码并使用 Terracotta ;)
try to run your code with JPython and use Terracotta ;)