Registry / utility / slave
library1.3.2rbrubygemsunverified

Easily start a DRb server in another process.

gem install slave
INSTALL
IMPORT
SIG · SLAVE
S
slave
utilityrubyv1.3.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Slave
require 'slave'

Start a DRb server in a child process

require 'slave' slave = Slave.new('my_server') do # code to run in child process loop { sleep 1 } end slave.start
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.3.2latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
OpenAI (training)
1
Resources
slave — gem install slave · libregistry