i am working on HP-UX.
any help will be appreciated
thanks
Pratik
Title: UNIX Network Programming, Volume 2: Interprocess Communications
Autor: W. Richard Stevens
ISBN: 0130810819
http://www.amazon.com/exec/obidos/ASIN/0130810819/ref=sim_books/103-7323319-6800665
- bln
pratik khasnabis <pratik.k...@tre.ntc.nokia.com> wrote:
: Hi ,
If by RPC you are referring to ONC RPC as developed by Sun Microsystems
then it is a method of performing remote procedure calls. It is the
basis
of NFS.
Try the following URL:
Follow links to Solaris 8, Software Developer Collection,
ONC+ Developers Guide.
In there are the documents relating to RPC and XDR.
If you are going to be developing RPC client/servers a very good book
on the subject is "Power Programming with RPC" by John Bloomer published
by O'Reilly.
--
-----------------------------------------------------------
Nigel Wade, System Administrator, Space Plasma Physics Group,
University of Leicester, Leicester, LE1 7RH, UK
E-mail : n...@ion.le.ac.uk
Phone : +44 (0)116 2523568, Fax : +44 (0)116 2523555
pratik
Oh, I'm sorry you have to use HP-UX. However, you're in luck: HP didn't
manage to push it's version of reality as far as RPC goes. In fact,
for RPC to be of much use, it has to be cross-platform. Many RPC systems
exist, of varying price, quality and utility.
Look at:
http://www.cs.ncl.ac.uk/events/anniversaries/40th/webbook/distributed/srm298/srm298.html
http://www.kohala.com/~rstevens/papers.others/rpc.comments.txt
http://www.kohala.com/~rstevens/papers.others/rfc707.txt
http://www.sei.cmu.edu/str/descriptions/rpc.html
http://www.coda.cs.cmu.edu/doc/html/rpc2_manual.html
http://hissa.nist.gov/rbac/5277
http://playground.sun.com/pub/rpc
http://www.urbanite.com/dce/
http://www.opengroup.org/tech/dce/download/
http://www.cs.utah.edu/flux/flick/
http://www.cs.brown.edu/publications/techreports/reports/CS-92-60.html
http://www.cs.brown.edu/publications/techreports/reports/CS-93-59.html
--
Once, galactic empires might have seemed a Post-Human domain.
Now, sadly, even interplanetary ones are.
It's pretty much platform independant provided you have rpcgen.