Man Page: rrpc_are_you_there
Operating Environment: ultrix
Section: 3
rrpc_are_you_there() rrpc_are_you_there()
Name
rrpc_are_you_there - check whether a server is answering requests
Format
#include <rrpc.h>
void rrpc_$are_you_there( handle, *status)
handle_t handle;
status_$t *status;
Arguments
handle A remote procedure call (RPC) handle.
status The completion status.
Description
The call checks whether a server is answering requests.
Restrictions
On the client side, because of the way the calls are defined and implemented in the run-time library you must explicitly call into the
entry point vector table for the interface to send an request across the network. The following is an example of a call that works as
desired.
(*rrpc_$client_epv.rrpc_$are_you_there)(handle, &status);
The server side stub routine calls the entry point on behalf of the client. The results of the call are then passed back to the client.
Files
See Also
intro(3ncs)
rrpc_are_you_there()
| Related Man Pages |
|---|
| rpc_bind(3ncs) - ultrix |
| rpc_inq_binding(3ncs) - ultrix |
| rpc_register_object(3ncs) - ultrix |
| rrpc_inq_interfaces(3ncs) - ultrix |
| rrpc_inq_stats(3ncs) - ultrix |
| Similar Topics in the Unix Linux Community |
|---|
| A short history of UNIX by l.madden@ic.ac.uk |
| Linux (Ubuntu) = Unix (NOT IMPORTANT - NO RUSH) |
| Can I change my hostname without messing things up? |
| PHP Write Man Pages to MySQL DB |