new

new(error) Class Public methods Creates a new remote error that wraps the Exception error

default_acl

default_acl(acl) Class Public methods Set the default access control list to acl. The default ACL is nil. See also DRb::ACL and new()

default_argc_limit

default_argc_limit(argc) Class Public methods Set the default value for the :argc_limit option. See new(). The initial default value is 256.

default_id_conv

default_id_conv(idconv) Class Public methods Set the default value for the :id_conv option. See new(). The initial default value is a DRbIdConv instance.

default_load_limit

default_load_limit(sz) Class Public methods Set the default value for the :load_limit option. See new(). The initial default value is 25 MB.

default_safe_level

default_safe_level(level) Class Public methods Set the default safe level to level. The default safe level is 0 See new for more information.

new

new(uri=nil, front=nil, config_or_acl=nil) Class Public methods Create a new DRbServer instance. uri is the URI to bind to. This is normally of the form 'druby://<hostname>:<port>' where <hostname> is a hostname of the local machine. If nil, then the system's default hostname will be bound to, on a port selected by the system; these value can be retrieved from the uri attribute. 'druby:' specifies the default dRuby transport protocol: another protocol, such as

verbose

verbose() Class Public methods Get the default value of the :verbose option.

verbose=

verbose=(on) Class Public methods Set the default value of the :verbose option. See new(). The initial default value is false.

alive?

alive?() Instance Public methods Is this server alive?