Questions tagged [remote-process]
The remote-process tag has no summary.
remote-process
36 questions
0
votes
2
answers
414
views
C, [Remote procedure call] define and call functions remotely
I'm writing a firmware in which I would like to define functions "command" in multiple .c files, and automatically insert them in a list of function pointers.
Subsequently from the serial ...
0
votes
0
answers
1k
views
write error: Invalid argument using linux remoteproc on BeagleBone Black
I have been trying to further understand the Sitara Am335x PRUs and I tried to follow the TI labs on how to get started with Programmable real-time units on the BeagleBone Black and but I encountred ...
0
votes
1
answer
630
views
Get process Id psexec using PSCommands
A follow on from Get Process ID after starting psexec
I would like to know how the answer to the question can be obtained using PSCommand and PowerShell.
I am out my depth and would like some help.
...
1
vote
0
answers
185
views
how to pass processed data back from slave to master using chunking
I was able to repeat example of remote chunking:
master:
...
3
votes
1
answer
217
views
Run remote process asynchronically on bash and get its remote pid, stdout+stderr in a file and exit code
I want to run a remote process asynchronically and get its remote pid, output (stdout + stderr) saved into a file or a variable (I need it for further processing) and exit code.
The remote pid is ...
1
vote
1
answer
2k
views
Nifi - Remote Process Group - PeerSelector
I have build a simple Process Group. It generates a FlowFile with some random stuff in it and sends it to the Nifi Remote Process Group.
This Remote Process Group is configured to send the FlowFile to ...
0
votes
0
answers
142
views
Spring batch partitioning example
I am new to Spring Batch. I have a working example of spring batch without remote capability. Though I understood the concepts of remote partitioning and chunking, I didnt find any example which ...
1
vote
0
answers
34
views
Android 4.3: App spawns many processes on sync
On the Samsung S3 with Android 4.3, my Android app spawns new processes on every sync request using the SyncAdapter. The processes survive the "Force stop" button ...
0
votes
0
answers
270
views
Broadcasting intents from a remote process service
I have a service that is defined to run on it's own process:
...
1
vote
1
answer
75
views
C#: Restore Window executing same exe
I execute my Program, which later displays a Form. Once I minimize it, it gets shrinked into the systemtray. Doubleclicking my systemtray-icon does:
...
1
vote
1
answer
1k
views
Start Application on Remote machine and keep it running and powershell script should not wait for process to finish
There is an application on remote machine say Vesper.exe. What I am doing right now is that I remotely login to machine using powershell session.
Requirement: Need to start an application on remote ...
1
vote
1
answer
4k
views
vbscript .run show output
I can run successfully test.vbs with syntax:
...
1
vote
2
answers
2k
views
%syslput not working in rsubmit SAS
----------------------Implementing use of rsubmit & accessing values passed to it----------------------------
I am trying to write a code which will create different remote session, also it'll ...
2
votes
2
answers
491
views
How can I kill a remote process for my app?
Our app uses this method to kill remote process; but can any other plan can be used? I need this because getRunningAppProcesses() may not work.
...
2
votes
0
answers
599
views
Call Broadcast Receiver from another process
In my application i have to use a BroadcastReceiver which must run in it's own process.
...
7
votes
1
answer
475
views
Combining local processes with remote processes in Julia
I'm trying to use remote processes in conjuntion with local processes, but when I do I get the following output
...
1
vote
0
answers
237
views
How can the client display the server's progress during a remote DCOM call?
I have an multi tier application witch use a TDcomConnection on the client side and a TRemoteDataModule on the Server side.
I have published a process server, which reads a TSQLQuery.
When I call ...
-1
votes
2
answers
494
views
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 ...
2
votes
1
answer
3k
views
Using powershell and wmi to stop and then start a remote process
I'm working on a way to remotely stop and restart a process via PS and WMI. I can easily stop/terminate the process but I'd like to restart the process as well and I'm having issues doing that. Below ...
0
votes
1
answer
183
views
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 ...
1
vote
1
answer
1k
views
Remote Proc fails to load FreeRTOS Elf
I am using this port of FreeRTOS and I am loading it onto the Cortex-M3 within an OMAP4430. This works fine using the remote proc framework and I am able to use RPMsg to communicate with it.
...
0
votes
0
answers
87
views
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 ...
2
votes
1
answer
5k
views
Is it possibile to remotely process an SSAS cube throgh script?
I have an SQL Server Analysis Service (SSAS) cube (developed with BIDS 2012) and I would like to give the opportunity to the users (that use cube through PowerPivot) to process the cube in their local ...
1
vote
0
answers
424
views
how to load a dll into remote process in which kernel32.dll not yet loaded
i want to load my dll into address space of remote process in which kernel32.dll is not yet loaded . so to load my dll into remote process i need LoadLibrary function but wchich is present in kernel32....
0
votes
1
answer
622
views
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:
...
4
votes
1
answer
2k
views
Asynchronous WMI Event handling in .NET
I am trying to run some processes remotely using WMI and the wait for the process to finish. Currently the event watcher is semi-synchronous using WaitForNextEvent ...
1
vote
1
answer
7k
views
Autosys: KILLJOB event leaves orphan processes
I am running a variety of processes on a Windows server ( a mix of batch files, java, perl, csharp scripts/applications). These processes are launched using Autosys. The autosys agent on Windows ...
1
vote
2
answers
2k
views
Profile Java process on AIX with VisualVM
I have connected VisualVM via JMX to an AIX server to profile my Java process. But the "Profiler" tab is missing I just get Overview, Monitor and Threads.
Have I missed any configuration? When ...
0
votes
3
answers
2k
views
C# - WMI InvalidOperationException when trying to run a script on a remote machine
I'm trying to execute a script on a remote machine in the same domain, with the same user account logged on to both the machines. Note the script is also stored on yet another machine.
Code
...
2
votes
1
answer
884
views
Best method for seeing if SQL Server 2000 processes are running?
We have an old SQL Server 2000 machine where a bunch of jobs run overnight. Occasionally, after server maintenance is performed and the machine is rebooted, some SQL components don't come up with the ...
2
votes
2
answers
2k
views
Create process in a Remote Desktop session?
How do I invoke a process in a specific remote desktop session so that it will start in that particular context using C#
7
votes
8
answers
13k
views
Starting remote processes in a Windows network
I have several slave machines and a master machine which together run a distributed application. Processes on each slave machine have to have a GUI and network access (I think it would be called an ...
2
votes
3
answers
3k
views
Wait for a remote process to finish in .net
We all know and love Process.WaitForExit().
Given a pid of a process on a remote machine (created by WMI/psexec), how do I wait for it to end?
1
vote
1
answer
2k
views
Set the working folder for a remote process using WMI
I'm using this article to start a process on a remote machine using WMI. How can I control the working directory that process will start in?
(No need to redirect me to psexec, I'm getting an error ...
0
votes
1
answer
649
views
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 ...
0
votes
3
answers
542
views
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 ...