module DRb
def start_service(uri=nil, front=nil, config=nil)
be nil.
+config+ is the configuration for the new server. This may
+front+ is the server's front object. This may be nil.
name and use the default dRuby protocol.
the server will bind to random port on the default local host
+uri+ is the URI for the server to bind to. If nil,
if another server is currently the primary server.
The new dRuby server will become the primary server, even
Start a dRuby server locally.
def start_service(uri=nil, front=nil, config=nil) @primary_server = DRbServer.new(uri, front, config) end