Type:
Class
Constants:
INSECURE_METHOD : [ :__send__ ]

List of insecure methods.

These methods are not callable via dRuby.

Class representing a drb server instance.

A DRbServer must be running in the local process before any incoming dRuby calls can be accepted, or any local objects can be passed as dRuby references to remote processes, even if those local objects are never actually called remotely. You do not need to start a DRbServer in the local process if you are only making outgoing dRuby calls passing marshalled parameters.

Unless multiple servers are being used, the local DRbServer is normally started by calling DRb.start_service.

check_insecure_method

check_insecure_method(obj, msg_id) Instance Public methods Check that a method

2015-04-04 04:38:18
default_load_limit

default_load_limit(sz) Class Public methods

2015-04-04 04:15:37
verbose 2

verbose() Instance Public methods Get whether the server is in verbose mode

2015-04-04 05:00:35
here?

here?(uri) Instance Public methods Is uri the

2015-04-04 04:43:38
verbose=

verbose=(on) Class Public methods Set

2015-04-04 04:28:07
stop_service

stop_service() Instance Public methods Stop this server.

2015-04-04 04:46:32
default_safe_level

default_safe_level(level) Class Public methods

2015-04-04 04:17:47
alive?

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

2015-04-04 04:31:18
default_argc_limit

default_argc_limit(argc) Class Public methods

2015-04-04 04:07:01
verbose= 2

verbose=(v) Instance Public methods

2015-04-04 05:02:14