Oz and Mozart Users Mailing List

R: Problems with Remote.manager again


From: Adriano Volpones (volpadri@tin.it)
Date: Mon Jul 02 2001 - 23:52:11 CEST


Hi, Remoun

> I performed all the steps(on MS-windows 2000) upto step 4, but step 5
failed.

try this code in the OPI:

---------------------------------------------------------
declare
fun{Fact N}
if N=<1 then 1 else N*{Fact N-1} end
end

declare
R={New Remote.manager init(host:"localhost" fork:'rsh')}

declare F M
F=functor export x:X define X={Fact 500} end

M={R apply(F $)}

{Browse M.x}
-----------------------------------------------------------

At this point you should see the big number in the Browser of your
workstation.

If not , let me know

Bye, Adriano

-
Please send submissions to users@mozart-oz.org
and administriva mail to users-request@mozart-oz.org.
The Mozart Oz web site is at http://www.mozart-oz.org/.



This archive was generated by hypermail 2b29.