Re: Possible way to distribute NFS?
From: Ivan Voras (ivoras_at_fer.hr)
Date: 11/28/05
- Previous message: Thiemo Nordenholz: "Re: Writing a driver for a card reader controller - how?"
- In reply to: mike: "Possible way to distribute NFS?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 28 Nov 2005 14:27:50 +0100 To: mike <mike503@gmail.com>, hackers@freebsd.org
mike wrote:
> If someone could write an NFS client using FUSE (perhaps?) and have it
> integrate with memcached[1], couldn't that basically allow for n+1 scaling
I have had a similar idea to do in FUSE for some time now, but I'm
waiting until I can spare the time to do it and the FUSE system becomes
more stable (which should happen soon).
Also note that, if done with FUSE, it will be slower than kernel code.
Maybe not by much
(http://creo.hu/pipermail/fuse4bsd-devel/2005-October/000009.html), but
it's not yet clear how much.
The problem I would try to solve is that of having single-writer-
multiple-readers setup (writes go through one machine, get distributed
to other machines, reads can go wherever), and without using NFS (though
it's a good idea now that you mention it :) ), so it's maybe not what
you need.
If understand your suggestion correctly, all "NFS-like" traffic would
pass through a single machine, which doesn't sound good speed-wise...?
_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"
- Previous message: Thiemo Nordenholz: "Re: Writing a driver for a card reader controller - how?"
- In reply to: mike: "Possible way to distribute NFS?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|