synchronous remote procedure call
INCLUDE 'sysman.h' dcall(Goal) alloc_server(Server), dcall(Server,Goal)
dcall(Term) (i)
void(Goal) (i) Goal to be called.
server(Server) (i) Server on which Goal is be called
This predicate calls the goal Goal on a remote process, which may be specified by Server. It returns only the first solution. It is thus not useful to gain speedup, but may instead be used to do some work on a specific processor. For example, you could use this to implement your own object-level.
No runtime errors.
client-server
alloc_server , call , exec , xcall