Re: RPC vs Socket

2001-06-24 Thread hugang
On 23 Jun 2001 17:49:39 +0200 Trond Myklebust <[EMAIL PROTECTED]> wrote: > > " " == Jan Hudec <[EMAIL PROTECTED]> writes: > > > Both seem to have pros and cons. RPC should be easier to write > > (especialy the server side), but it performs bad with UDP on > > slow link

Re: RPC vs Socket

2001-06-23 Thread Trond Myklebust
> " " == Jan Hudec <[EMAIL PROTECTED]> writes: > Both seem to have pros and cons. RPC should be easier to write > (especialy the server side), but it performs bad with UDP on > slow links. (NFS did not work on 115200 serial line because of > too many dropped packets - TCP

Re: RPC vs Socket

2001-06-23 Thread Jan Hudec
> I am in the way of building a new remote file system. > Presently I decided to use sockets for remote communication. Lately I > understood that RPC is used in coda and nfs file systems(is it so). I want to > know the fessibility in using RPC in the new file system. Both

Re: RPC vs Socket

2001-06-21 Thread Trond Myklebust
> " " == Blesson Paul <[EMAIL PROTECTED]> writes: > hi all > I am in the way of building a new remote > file system. > Presently I decided to use sockets for remote > communication. Lately I understood that RPC is used in co

RPC vs Socket

2001-06-20 Thread Blesson Paul
hi all I am in the way of building a new remote file system. Presently I decided to use sockets for remote communication. Lately I understood that RPC is used in coda and nfs file systems(is it so). I want to know the fessibility in using RPC in the new file system.