class
DRb::DRbServer
v2_1_10 -
Show latest stable
- Superclass: Object
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.
Constants
INSECURE_METHOD = [\n:__send__\n]
Attributes
| [R] | config |
| [R] | front |
| [R] | safe_level |
| [R] | thread |
| [R] | uri |
Files
- lib/drb/drb.rb
- lib/drb/invokemethod.rb