python程序处理远程计算机执行缓慢

问题:使用python程序连接远程计算机时,python程序运行非常缓慢。

解决方法:在远程计算机的/etc/hosts文件中添加python程序执行计算机的主机名解析记录。

如:

[root@was1 .ssh]# cat /etc/hosts

10.13.106.35 pythondev

10.13.106.36 was1

10.13.106.37 was2

10.13.106.38 ihs




     本文转自1321385590 51CTO博客,原文链接:http://blog.51cto.com/linux10000/1773271,如需转载请自行联系原作者


上一篇:ueditor 1.4+ 网页文本编辑器安装 jsp


下一篇:Cannot proxy target class because CGLIB2 is not available. Add CGLIB to the class path or specify pr