qt - Initialize QProcess to a process already running -
i know if it's possible create qprocess
, initialize process running?
my application starts other application. if application abnormally closed, when restarted, attach other application.
you should use ipc system e.g. qt d-bus on linux. communicate other process on ipc system instead of stdin , stdout.
when frontend application crashes, restarted application can reconnect backend process.
Comments
Post a Comment