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
Post a Comment