in this case a process will start as
in this caseUnix: The started process will run in its own session and act like a daemon.
Windows: Arguments that contain spaces are wrapped in quotes. The started process will run as a regular standalone process.
you don't lose communication with a process, i.e. you can handle signals readyReadStandardError, readyReadStandardOutput etc.
so, if you don't need to process signals then you can use only static methods for starting processes.






Reply With Quote
Bookmarks