Project

rse

0.0
Low commit activity in last 3 years
No release in over a year
Executes Ruby jobs (using the rsf_services gem) from a DRb server.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 0.4, >= 0.4.1
~> 0.5, >= 0.5.5
~> 0.3, >= 0.3.7
~> 0.9, >= 0.9.5
~> 0.2, >= 0.2.1
 Project Readme

Introducing the Rse gem

The Rse gem runs a DRb service to run RSF jobs upon request from any DRb client.

Usage

require 'rse'

Rse.new('http://a0.jamesrobertson.eu/qbx/r/dandelion_a3').start

In the above example the path .../dandelion_a3 is a file directory containing executable RSF files.

Additinal options

require 'rse'

rse = Rse.new 'http://a0.jamesrobertson.eu/qbx/r/dandelion_a3', host: 'rse.home', spshost: 'sps.home', reghost: 'reg.home', loghost: 'spslog.home',  debug: true

In the above example the Rse service can also contain other services which might be used by an RSF job including the following:

  • sps: SimplePubSub publisher
  • reg: XML Registry client
  • spslog: SPSlog client, useful for debugging RSF jobs

Resources

rsf rse