Module: DRb

Defined in:
lib/drbssh.rb

Overview

DRb protocol handler for using a persistent SSH connection to a remote server. Creates a duplex connection so DRbUndumped objects can contact the initiating machine back through the same link.

Contains all needed classes and no external dependencies, since this file will be read and sent to the remote end, to bootstrap its protocol support without requiring anything but Ruby installed.

Defined Under Namespace

Classes: DRbSSHClient, DRbSSHLocalClient, DRbSSHProtocol, DRbSSHRemoteClient, DRbSSHServer, DRbSSHServerConn