Questions tagged [remote-process]
38 questions
0
votes
0 answers
Broadcasting intents from a remote process service
I have a service that is defined to run on it's own process:
and I have a class that runs that service:
Intent…

gilgil28
- 540
- 5
- 12
0
votes
1 answer
Protocol for remote process management
In short: Is there any known protocol for remote process management?
I have a system that contains several applications, each has it's own computer in a local network. When the applications are up and running, they communicate without any…

kshahar
- 10,423
- 9
- 49
- 73
0
votes
3 answers
Simple protocol for remote process startup/shutdown
I'm looking for a simple protocol to control remote processes from one managing application. The remote processes will run on Windows and Linux (x86).
Is there a simple protocol for managing remote processes, for which I could find daemons that run…

kshahar
- 10,423
- 9
- 49
- 73
0
votes
0 answers
Script to Open a batch file on a remote computer
I currently manually open a Remote Desktop and run a .bat file by double clicking it. I have found the following code on this site or maybe elsewhere that should allow me to automate this. This code works when I try to open Notepad or calc on the…

user2358848
- 31
- 1
- 5
0
votes
1 answer
DCOM calling process in remote target
so consider that a process in one computer tries to call a method of an interface in another process in another computer.
How does DCOM knows that the process can be instantiated on a remote computer and afterwards actually instantiate that…

czioutas
- 1,032
- 2
- 11
- 37
0
votes
0 answers
Use Powershellscript to start remote Powershellscrhipt with Parameters
I have a Powershell Script (PS1), which gets Events from a Remote Computer.
When there is a special Event, it (PS1) should start a Powershell Script (PS2) which is on the remote Computer. The 2nd Script gets 2 Parameter from the first and the first…

user3044977
- 1
- 1
0
votes
1 answer
unable to call the functions from dll injected in remote process
i am trying to call the function in side the dll which is injected in the Remote process, my exe code in which am trying to call the dll function is as below:
#include "stdafx.h"
#include
#include
#include
using…

nagaradderKantesh
- 1,672
- 4
- 18
- 30
-1
votes
2 answers
Android : Run A task in a separate thread outside application scope
I am trying to do specific task in a separate thread in android using Thread Pool executor with the Max thread size of 5 making sure there can be five parallel task would be run at a time. But problem with this approach is When I close my…

Nitin Mesta
- 1,504
- 19
- 32