🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

distributed_mutex

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

distributed_mutex

1.1.7
Rubygems
Version published
Maintainers
1
Created
Source

= 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

FAQs

Package last updated on 05 Nov 2012

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts