VMS Help  —  TCPIP Services, Programming Interfaces, RPC Server Routines, svc_run
    Waits for incoming RPC requests and calls the svc_getreqset
    routine to dispatch to the appropriate RPC server program.
    Format
      #include  <rpc/rpc.h>
      void  svc_run();

1  –  Arguments

 None

2  –  Description

    The svc_run routine calls the select routine to wait for RPC
    requests. When a request arrives, svc_run calls the svc_getreqset
    routine. Then svc_run calls the select routine again.

    The svc_run routine never returns.

    You may use the global variable svc_fdset with the svc_run
    routine. See the svc_getreqset routine for more information about
    svc_fdset.

3  –  Return Values

    Never returns
Close Help