Python计算集群 [英] Python compute cluster

查看:217
本文介绍了Python计算集群的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否可以通过编写telnet服务器,然后对命令进行telnet处理并来回输出来制作python集群?有没有人对python计算集群有更好的主意? PS.如果有人知道怎么做,最好使用python 3.x.

Would it be possible to make a python cluster, by writing a telnet server, then telnet-ing the commands and output back-and-forth? Has anyone got a better idea for a python compute cluster? PS. Preferably for python 3.x, if anyone knows how.

推荐答案

Python Wiki包含非常全面的 Python群集计算库和工具.您可能对并行Python 感兴趣.

The Python wiki hosts a very comprehensive list of Python cluster computing libraries and tools. You might be especially interested in Parallel Python.

编辑:有一个恕我直言,特别擅长集群的新库: execnet .它既小又简单.而且它似乎比标准的multiprocessing模块具有更少的错误.

There is a new library that is IMHO especially good at clustering: execnet. It is small and simple. And it appears to have less bugs than, say, the standard multiprocessing module.

这篇关于Python计算集群的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆