在Python中实现并发最有效的方法是什么?
在使用 Python 的集群环境中,开发并发应用程序最便宜的方法是什么,或者各种选项的优点/缺点是什么?
In a cluster environment using Python what is the least expensive way to develop a concurrent application or what is the pro / con of the various options?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我想说 Google 应用程序引擎是最简单的选择,因为您不必担心所有这些事情。但如果这是一个大项目,它可能不是最便宜的解决方案。
同样,这实际上取决于您项目的规模以及您真正想做的事情。
如果您想得到准确的答案,您需要提供更多详细信息。
在python 包索引。
I would say Google app engine is the easiest option since you don't have to worry about all this things. But if it's a big project, it might not be the cheapest solution.
Again, it really depends on the size of your project and what you really want to do.
You need to give more details if you want to get a precise answer.
There is also a few packages available on the python package index.