RPC

Remote Procedure Call - a method of interprocess communication akin to procedure call, where the client process makes a call to a server, which sends back a result. The AIAI-supplied PROLOGIO library supports a simple RPC protocol based on DDE (but working under both UNIX and Windows).