[ Previous | Next | Table of Contents | Index | Library Home | Legal | Search ]

Technical Reference: Communications, Volume 1


svc_run Subroutine

Purpose

Waits for a Remote Procedure Call service request to arrive.

Library

C Library (libc.a)

Syntax

#include <rpc/rpc.h>

void svc_run (void);

Description

The svc_run subroutine waits for a Remote Procedure Call (RPC) service request to arrive. When a request arrives, the svc_run subroutine calls the appropriate service procedure with the svc_getreqset subroutine. This procedure is usually waiting for a select subroutine to return.

Implementation Specifics

This subroutine is part of Base Operating System (BOS) Runtime.

Related Information

The callrpc subroutine, registerrpc subroutine, select subroutine, svc_getreqset subroutine.

List of RPC Programming References.

Remote Procedure Call (RPC) Overview for Programmingm in AIX 5L Version 5.1 Communications Programming Concepts.


[ Previous | Next | Table of Contents | Index | Library Home | Legal | Search ]