Python: ulimit and nice for subprocess.call / subprocess.Popen?
I need to limit the amount of time and cpu taken by external command line apps I spawn from a python process using subprocess.call , mainly because sometimes the spawned process gets stuck and pins th
问答
阅读(2)