In a message dated: Wed, 16 Feb 2000 03:22:57 EST
Derek Martin said:

>On Wed, 16 Feb 2000, Benjamin Scott wrote:

>>   Ugh.  I was hoping that NFS didn't go that low-level, but given the fact
>> that NFS has been moved into the kernel with Linux 2.2 ... blech.
>
>I don't know that it does; WRT that one point, I was only pointing out
>that the possibility exists. I've looked at very little source code in the
>kernel, and only slightly more code in userland apps... I don't know how
>it's implemented. [Probability afficionados will point out that the
>probability is really either 1 or 0, depending on the implementation...
>but as Mulder said, "Scully, no one likes a math geek."]

Well, NFS really doesn't go that deep.  Keep in mind, when an NFS client 
exec's a read or a write, that action is passed to the client OS, which then 
exec's an RPC to the NFS server.  The NFS server's nfsd gets the RPC, and 
passes the request for a read/write off to the server's OS, which just handles 
it as a normal read/write request to UFS (or ext2).  That data then gets 
passed back to the client via RPC again.  It's all FM :)
-- 

Seeya,
Paul
----
    Doing something stupid always costs less (up front) than doing
                        something intelligent.
                  Bean counters are *always* wrong!
  A conclusion is simply the place where you got tired of thinking.
         If you're not having fun, you're not doing it right!



**********************************************************
To unsubscribe from this list, send mail to
[EMAIL PROTECTED] with the following text in the
*body* (*not* the subject line) of the letter:
unsubscribe gnhlug
**********************************************************

Reply via email to