标签: twisted ulimit
我在bash中运行命令:
ulimit my_command
如何在扭曲中使用ulimit(或模拟功能)?
from twisted.internet import protocol, utils, reactor def r(): utils.getProcessOutputAndValue('my_command') reactor.callWhenRunning(r) reactor.run()
答案 0 :(得分:1)
resource stdlib模块。