【求助】python 调用 shell脚本 同时产生N多个SH脚本进程

在用python 的函数 commands.getstatusoutput 调用 shell脚本时,由于shell脚本中有for循环,就会同时出现调用同一shell脚本的N多进程
不知道这个问题该怎么解决,大侠们知道的帮个忙,小弟在此谢谢了!

作者: wupenglove2005   发布时间: 2011-06-07

参考下subprocess模块

作者: guophp   发布时间: 2011-06-09