public
Description: encapsulate pre-forking master / worker pattern for ruby
Homepage:
Clone URL: git://github.com/ahoward/coxswain.git
name age message
file README Fri Nov 06 06:32:56 -0800 2009 update README. update example in lib/coxswain.... [ahoward]
directory example/ Fri Nov 06 07:00:53 -0800 2009 add example directory. [ahoward]
directory lib/ Fri Nov 06 07:02:10 -0800 2009 nuke dead attr [ahoward]
README
NAME
  coxswain

SUMMARY
  easily pre-fork a pool of workers and transparently send jobs to the first
  available worker

DESCRIPTION

  The role of a coxswain is to:

    * Steer the boat
    * Provide motivation and encouragement to the crew
    * Inform the crew of where they are in relation to other crews and
    * the finish line
    * Make any necessary race tactic calls

  ref: http://en.wikipedia.org/wiki/Boat_positions_%28sport_rowing%29#Coxswain_.28cox.29

  ref: http://github.com/defunkt/resque/issues/#issue/1