dcall

BAP Online Manuals : Library Reference : Library by Name : dcall
Previous: database
Next: dde_data

6.2.36. dcall

synchronous remote procedure call

SYNOPSIS

INCLUDE 'sysman.h'
dcall(Goal)

alloc_server(Server),
dcall(Server,Goal)

SYNTAX

 dcall(Term) (i)

ARGUMENTS

void(Goal) (i) Goal to be called.
server(Server) (i) Server on which Goal is be called

DESCRIPTION

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.

ERRORS

No runtime errors.

LAYERS

client-server

RELATED PREDICATES

alloc_server , call , exec , xcall


BAP Online Manuals : Library Reference : Library by Name : dcall
Previous: database
Next: dde_data