On Wed, Jul 27, 2005 at 10:55:51AM -0300, Gustavo Rios wrote: > I did not meant alternatives to RPC approach? i mean alternatives to > the standard implementation code of rpc. > > I don't feel like considering (as you self said) garbage like corba, > rx, rxml-rpc.... > > I am considering rpc/xdr but a different code implementation.
There are several layers of api to ONC RPC. I suggest you read a book like the O'Reilly kangaroo book, "Power programming with RPC". Sun Microsystems gave away the rpc code, so I'd guess most implementations are based on their code. -- stephen