The RPC svc_run() function returned in a pthread
Question statement I am developing an RPC program, using the rpcgen tool to generate the template codes. In the generated _srv.c file, the main() function does the initialization work and calls the svc_run() to wait for RPC requests to arrive. The main() code is below. int main (int argc, char **argv) { register SVCXPRT *transp; […]