RExec
RExec (Remote Execution) is a simple tool for running distributed Ruby code. It provides comprehensive support for daemonized servers (i.e. with start/stop scripts) and provides a Task centered API for dealing with daemon and child processes.
- Remote code execution and messaging.
- Easy daemonization of persistent processes and existing scripts (even those not written in Ruby).
Follow Me