RExec
RExec (Remote Execution) is a simple tool for running distributed Ruby code. It provides two main mechanisms for achieving this:
- Remote code execution and messaging
- Easy daemonization of persistent processes
- Easy daemonization of existing scripts (even those not written in ruby)
Installation
RExec is available as a ruby gem:
$ sudo gem install rexec
The source code is also available: RExec.git (Source Code Browser)