blog comments 3 del.icio.us bookmarks 0 diggs 0 Google results 0

3.4
PostRank

daemon_controller: Automatic Daemon Process Management

Ruby Inside From Ruby Inside, 2 months ago, 1 view

After tackling the difficult task of improving Rails deployment, Phusion - the creators of Passenger (mod_rails) recently announced the availability of daemon_controller - a library (rather than a stand-alone tool) for managing daemons. It lets you write applications that manage daemons in a robust manner (e.g. mongrel_cluster or UltraSphinx could be adapted to use this library).

The primary motivation for using daemon_controller is to make it easier to have other applications (such as Rails apps) start daemons without encountering race conditions or parallel attempts.…

comments

No comments yet.

You must be logged in to add your own comment.