PxPlus User Forum

Main Board => Discussions => Thin Client/WindX => Topic started by: Prajin P K on July 24, 2018, 07:35:08 AM

Title: Remote Process Control
Post by: Prajin P K on July 24, 2018, 07:35:08 AM
HI,
     I Am trying to access remote server from my local system and trying to run program from remote server. how can i achieve it by using remote process control. please give brief explanation about PROCESS SERVER directive.
Title: Re: Remote Process Control
Post by: Stéphane Devouard on July 24, 2018, 07:51:13 AM
All you need to know about PxPlus' RPC is detailed on this page:
https://manual.pvxplus.com/PXPLUS/Remote%20Process%20Capability/Introduction.htm
Title: Re: Remote Process Control
Post by: Ben Alexander on September 19, 2018, 10:34:38 AM
Any recommendations for starting and controlling the 'CALL "*rpsrvr",15000' on the remote system?
Title: Re: Remote Process Control
Post by: Mike King on September 19, 2018, 01:51:42 PM
On Windows you could install it as a service then the user can use the standard windows service manager to control it.
For Linux/Unix you could use INITTAB to start the process.

BTW: In general if you just want to run a program on the remote machine you could use Apache or *EZWEB and the CALL "[http:...]" capabilities of PxPlus.  This will provide similar functionality while also allowing you to have Web access to the remote machine.