Hi,
Can anyone please tell me how to launch a new process in a different node/machine using QProcess?
Thanks
Hi,
Can anyone please tell me how to launch a new process in a different node/machine using QProcess?
Thanks
It's not possible using QProcess.
NoYou need to have access to the other machine through some protocol, like rsh or ssh. Then you can use QProcess.
Why should it? There is nothing like "local process" or "remote process" and the term "process" is well defined in the world of operating systems. It's like you'd wanted to change QFtp class name to QOnlyFtpAndNotPlaceYourFavouriteProtocolNameHere because it handles ftp and not some other protocol. Did you have a look at QProcess docs? There is nothing there that suggests any "remoteness" of the class.
Bookmarks