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

java - nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet Hibernate+SpringMVC -

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

asp.net mvc - breakpoint on javascript in CSHTML? -