tornado_subprocess

A module which allows you to spawn subprocesses from a Tornado web application in a non-blocking fashion
Download

tornado_subprocess Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Vukasin Toroman
  • Publisher web site:
  • https://github.com/vukasin/

tornado_subprocess Tags


tornado_subprocess Description

tornado_subprocess is a Python module which allows you to spawn subprocesses from a tornado web application in a non-blocking fashion. def print_res( status, stdout, stderr ) : if status == 0: print "OK:" print stdout else: print "ERROR:" print stderr t = Subprocess( print_res, timeout=30, args= ) t.start() #start tornado t.ioloop.start()Product's homepage


tornado_subprocess Related Software