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

Popular posts from this blog

php - Passing multiple values in a url using checkbox -

compilation - PHP install fails on Ubuntu 14 (make: *** [sapi/cli/php] Error 1) PHP 5.6.20 -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -