摘要: 我的试验环境:Debian 5.0, Linux Kernel 2.6.30试验代码:import timeimport os, sysdef handleChild(chNum):  time.sleep(20)  print "Hi, I'm child ", chNum  os._exit(0)if __name__ == '__main__':  for i in range(5):   ... 阅读全文
posted @ 2010-06-28 08:24 毛豆子 阅读(443) 评论(0) 推荐(0) 编辑