Usually we experience two types of remote execution in practice:
- You log in to some remote machine and run the application there (ssh), and
- You get remote application copied locally and run it (mounting remote filesystems, javascript download, etc.)
There are other ideas too of course, but less popular in …
read more