mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
15 lines
777 B
Plaintext
15 lines
777 B
Plaintext
http://en.wikipedia.org/wiki/MogileFS:
|
|
|
|
MogileFS was created by Danga Interactive for use with LiveJournal. It
|
|
is similar to the Andrew File System in its design goal. It is different
|
|
than a traditional filesystem in that the user has to access files via
|
|
an API. However, it's possible to implement the file system in user
|
|
space using FUSE, or a similar package.
|
|
|
|
MogileFS enables horizontal scaling of storage across any number of
|
|
machines. Files are replicated between machines according to
|
|
customizable rules such that at any time a number of drives or machines
|
|
could be lost without data becoming unavailable. It is designed for high
|
|
volume applications, such as high traffic websites, to spread storage
|
|
across cheaper machines without relying on technologies such as NFS.
|