Hi can anyone tell me what happens when the graph run? i.e The Co-operating System will be at the host, We are running the graph at some other place. How the Co-operating System interprets with Native OS?
Total Answers and Comments: 3
Last Update: June 18, 2006 Asked by: Saravanan Shanmuganathan
RE: Hi can anyone tell me what happens when the graph ...
CO>operating system is layered on the top of the native OS
When a graph is executed it has to be deployed in host settings and connection method like rexec, telnet, rsh, rlogin This is what the graph interacts with the co>op.
RE: Hi can anyone tell me what happens when the graph ...
hi sunitha
when ever you press Run button on your GDE,the GDE genarates a script
and the genarated script will be transfered to your host which is specified in to your GDE run settings. then the Co>operating system interprets this script and executes the script on different mechins(if required) as a sub process(threads),after compleation of each sub process,these sub_processes will return status code to main process this main process in tern returns error or sucess code of the job to GDE