On Fri, Sep 15, 2000 at 12:39:43PM +0530, Arsalan Zaidi wrote: > Hi. > > Is there any compelling reason to use RPC's instead of TCP/IP directly? Both > NFS and CODA use RPCs. You'll end up writing your own marshalling and unmarshalling routines. If you use RPC, you get that for free. -Arun