Client Creation
Client Creation
> gcc -o fooclient foomain.c foo_clnt.c foo_xdr.c
foomain.c is the client main() (and possibly other function) that call rpc services via the client stub functions in foo_clnt.c
The client stubs use the xdr functions.
Previous slide
Next slide
Back to the first slide
View Graphic Version