python 3.x - Start a shell program in it's own process -
on linux need start number of socat instances within python 3 program. appears os.exec functions assume program specified in exec replace executing python.
it appears there ways start things subprocesses presumably subprocesses die when invoking python program ends.
how start several tasks persist after python program finishes it's work without having python process replaced?
Comments
Post a Comment