当前位置: 技术问答>linux和unix
怎样在客户端(win2k svr)vc程序里使hp-ux服务器中的c程序运行,另外如何获得其运行结果?
来源: 互联网 发布时间:2015-02-03
本文导语: 怎样在客户端(win2k svr)vc程序里使hp-ux服务器中的c程序运行,另外如何获得其运行结果? 望高手给小dd个方案,回答出一半问题也加分 | 应该在HPUX系统上有一个守护进程,处于LISTEN状态,...
怎样在客户端(win2k svr)vc程序里使hp-ux服务器中的c程序运行,另外如何获得其运行结果?
望高手给小dd个方案,回答出一半问题也加分
望高手给小dd个方案,回答出一半问题也加分
|
应该在HPUX系统上有一个守护进程,处于LISTEN状态,当收到收到相应的请求后,可以调用你的程序。
|
可以在客户端调用rsh
Runs commands on remote hosts running the RSH service.
RSH host [-l username] [-n] command
host Specifies the remote host on which to run command.
-l username Specifies the user name to use on the remote host. If
omitted, the logged on user name is used.
-n Redirects the input of RSH to NULL.
command Specifies the command to run.
Runs commands on remote hosts running the RSH service.
RSH host [-l username] [-n] command
host Specifies the remote host on which to run command.
-l username Specifies the user name to use on the remote host. If
omitted, the logged on user name is used.
-n Redirects the input of RSH to NULL.
command Specifies the command to run.