This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Ari Lerner (author)
Thu Jan 15 14:07:10 -0800 2009
commit 0927cf4653e2fffdd6bf2ce4c1038c0a350ec9cd
tree 3952156fd371d04f7e50785e80d98e0d5aeca8b3
parent e70b863020f7c6d33ad500dbaa3cde6ede29004f
tree 3952156fd371d04f7e50785e80d98e0d5aeca8b3
parent e70b863020f7c6d33ad500dbaa3cde6ede29004f
erlfs /
| name | age | message | |
|---|---|---|---|
| |
.svn/ | Wed Jan 07 12:20:03 -0800 2009 | |
| |
LICENSE | Wed Jan 07 12:20:03 -0800 2009 | |
| |
Makefile | Wed Jan 07 12:20:03 -0800 2009 | |
| |
README.txt | Thu Jan 15 14:07:10 -0800 2009 | |
| |
_build.cfg | Wed Jan 07 12:20:03 -0800 2009 | |
| |
lib/ | Fri Jan 09 14:59:01 -0800 2009 | |
| |
priv/ | Wed Jan 07 12:20:03 -0800 2009 |
README.txt
ErlFS, a distributed storage system which uses distributed Erlang at it's core. The idea is that it splits files into chunks and copies them, redundantly over multiple disks on multiple machines. This system should scale nearly linearly-- that is, the more machines/disks you add, the more storage, throughput, response and reliability you get. Each node keeps track of where the file chunks are located and will load balance automatically. - Matt Williamson (http://dawsdesign.com/drupal/erlfs) - Ari Lerner (http://blog.xnot.org)







