machines: Sun-sparcs,  mozart-oz version 1.3.2

--------------------------------------------------

On a remote machine A:

declare F T in
   proc {F}
      {OS.system "ls /a/path"}
   end

{Connection.offerUnlimited F T}
{Show T}  % cut-and-paste this output into the following

------------------------------------

On another machine B:

local F in
   F = {Connection.take "x-ozticket:..."} % copy ticket here
   {F}
end

-------------------------------------------

THe intention is to execute a system command
on machine A and watch the result on machine B.

The above codes do NOT work.
It gives
   error in application
   Application of non-procedure and non-object
   In statement: {<Resource> 108|115| ...}

--------------------------------------------------------------

How do I make it right ?

thanks
HP

_________________________________________________________________________________
mozart-users mailing list                               
[email protected]
http://www.mozart-oz.org/mailman/listinfo/mozart-users

Reply via email to