subprocess.Popen() close_fds問題 OSError: [Errno 12] Cannot allocate memory

使用subprocess.Popen() 來調用命令時居然發現response確實是返回到客戶端了,可是服務器端和客戶端的http鏈接居然還鏈接着,一直不斷。html python的文檔,發現:http://docs.python.org/library/subprocess.html python cmd = 'ps aux | grep "memcached .* %s"' % port
相關文章
相關標籤/搜索