2011-07-14 6 views
1

私はbashでコマンドを実行します。はツイストとulimitの

ツイストでのulimit(またはアナログ機能)を使用する方法
 
ulimit 
my_command 

 
from twisted.internet import protocol, utils, reactor 


def r(): 
    utils.getProcessOutputAndValue('my_command') 

reactor.callWhenRunning(r) 
reactor.run() 

答えて