Python compute cluster

后端 未结 7 819
醉梦人生
醉梦人生 2021-02-02 03:35

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 comp

7条回答
  •  无人共我
    2021-02-02 03:42

    Look into these

    http://www.parallelpython.com/

    http://pyro.sourceforge.net/

    I have used both and both are exellent for distributed computing
    for more detailed list of options see http://wiki.python.org/moin/ParallelProcessing

    and if you want to auto execute something on remote machine , better alternative to telnet is ssh as in http://pydsh.sourceforge.net/

提交回复
热议问题