comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » IDL Spawn command on UNIX system
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: IDL Spawn command on UNIX system [message #16863 is a reply to message #16729] Mon, 23 August 1999 00:00 Go to previous messageGo to previous message
steinhh is currently offline  steinhh
Messages: 260
Registered: June 1994
Senior Member
I think the solution to your problem is to make sure your
remote shell command does terminate, while leaving the remote
job in operation. I think this should be possible if you write
a script to be run by the remsh command that goes something like
this:

--------------- remscript.csh
#/bin/csh
do_my_job >& /dev/null &
--------------- end remscript.csh

and then use the spawn command approx. like this (don't know
the syntax of your "remsh" command, but..):

spawn,"remsh machine.idcomm.com remscript.csh"

Some variations on a theme may apply here, but the key
issue is to get your remote shell command to terminate.
That means making the remote shell *script* terminate.

Regards,

Stein Vidar
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: 2D DWT Multiresolution decomposition
Next Topic: dicom question

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Sat Oct 11 08:58:36 PDT 2025

Total time taken to generate the page: 1.52041 seconds