xfs
[Top] [All Lists]

Re: questions

To: James Simmons <jsimmons@xxxxxxxxxxxxxxxx>
Subject: Re: questions
From: Steve Lord <lord@xxxxxxx>
Date: Mon, 03 Apr 2000 21:37:55 -0500
Cc: Linux XFS Mailing List <linux-xfs@xxxxxxxxxxx>
In-reply-to: Your message of "Mon, 03 Apr 2000 21:29:00 EDT
Sender: owner-linux-xfs@xxxxxxxxxxx
> 
> What is CXFS ?

CXFS is a cluster version of XFS - using fiber channel disks, multiple
machines can have direct access to the filesystem. User data is transferred
direct between the disk and buffer cache / user memory on each host,
meta-data changes are performed on a designated server node. Data
coherency is managed between machines via a token passing protocol.
CXFS supports server failover and relocation - should the server crash
a client node takes over as the server - all the other clients are
redirected to the new server, you can also administratively move the
server. All of which can be done without stopping processes using the
filesystem.

It is currently only available for Irix, it is planned to port it to
Linux, but it is not clear if it will be open source or not. SGI's
external website seems not to say much about it...

> 
> Where can I find some documentation on B+ trees?

Good question - I tend to just use the code, but someone must
have a reference.

Steve

> 
> "Look it's a text editor, no it's a OS, no it's Emacs"
> James Simmons                                           ____/| 
> fbdev/gfx developer                                     \ o.O| 
> http://www.linux-fbdev.org                               =(_)= 
> http://linuxgfx.sourceforge.net                            U

<Prev in Thread] Current Thread [Next in Thread>