[REBOL] rugby and importing function
From: olivier::flauzac::univ-reims::fr at: 3-Jul-2002 17:35
Hello
I ask myself a question about importing a rebol function with rugby : I
have a server providing a function foo if on the client I do a
get-rugby-service I can use the function foo as it was on the client
but, as I've seen, it always executes on the server. So if the server
fall down, the client can no more "execute the foo function. Does it
exist a trick to really import the function to the client side ? In
that case I would have just to get the function from the server and,
when the function is arrived on the client side, server is not needed
anymore.
Thanks
Olivier Flauzac