Sha256: d634f6d847a2209a007977e4d4af89b2eeb2c41561e8c8cc822e2b5f43699e87

Contents?: true

Size: 1003 Bytes

Versions: 4

Compression:

Stored size: 1003 Bytes

Contents

= distributed_mutex

by Birkir A. Barkarson <birkirb@stoicviking.net>

== Description

A rails plugin proving an abstract distributed mutex along with a MySQL implementation that uses
mysql named locks. Others distributed locks using Memcached etc could be implemented using the same
framework.

== Installation from source

  git clone git://github.com/birkirb/distributed_mutex.git
  cd distributed_mutex
  rake install

=== Rails Plugin Installation

  script/plugin install git://github.com/birkirb/distributed_mutex.git

== Gem Install

  gem install distributed_mutex

To add the plugin to your rails project, add the following to your config/environments.rb:

  config.gem(:distributed_mutex)

== Developing

Copy spec/config/database.stub to spec/config/database.yml and edit as needed for your mysql
installation.

  gem install bundler
  bundle install
  rake spec

== Copyright

Author::    Birkir A. Barkarson <birkirb@stoicviking.net>
Copyright:: Copyright (c) 2009
License::   MIT License

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
distributed_mutex-1.1.7 README.rdoc
distributed_mutex-1.1.6 README.rdoc
distributed_mutex-1.1.5 README.rdoc
distributed_mutex-1.1.4 README.rdoc