python - How does one make a twistedmatrix subprocess continue processing after the client disconnects? -


i`m creating twisted tcp server needs make subprocess command line call , relay results client while still connected. subprocess needs continue running until done, after client disconnects.

is possible this? , if so, please send me in right direction..its new me.

thanks in advance!

there's nothing in twisted's child-process support automatically kill child process when particular tcp client disconnects. behavior you're asking default behavior.


Comments

Popular posts from this blog

javascript - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -