I'm trying to rsh onto a remote server and execute an application on the remote server through my PERL CGI script. The problem is that when the process gets done on the remote server, it never returns to the web page (or CGi script) and hence the script is stuck at that point and never proceeds forward. This only happens when the process takes a long time to run on the remote server (>15 mins). But for shorter processes, it returns to the web page.
Is there a way I can put this rsh command in the back ground and return to the script???
I tried adding a "&" at the end of the rsh command but that does not put it in the background.
Please help.
Thanks
Is there a way I can put this rsh command in the back ground and return to the script???
I tried adding a "&" at the end of the rsh command but that does not put it in the background.
Please help.
Thanks