A MogileFS client library for Ruby. MogileFS is an open source
distributed filesystem, see: http://mogilefs.org/ for more details.
This
library allows any Ruby application to read, write and delete files in a
MogileFS instance.
To install: gem install mogilefs-client
mogilefs :: http://mogilefs.org/
rdoc :: mogilefs-client - MogileFS client library for Ruby
list :: [email protected]
email :: [email protected]
repo :: git://bogomips.org/mogilefs-client.git
cgit :: MogileFS client library for Ruby
gitweb :: Public Git Hosting - ruby-mogilefs-client.git/summary
download :: Index of /mogilefs-client/files/
Changes since 3.5.0:
We no longer send an empty zone= parameter in create_open
calls. Additionally, if we detect send() failure on a socket,
assume a tracker has been restarted and restart the request.
There are also some minor code cleanups.
Have fun!