mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Improving with multiple network interface.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@13801 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
93f00244c5
commit
a6157194a6
3 changed files with 22 additions and 2 deletions
|
@ -22,7 +22,7 @@ class DRbService
|
|||
%w(ut_drb.rb ut_array.rb ut_port.rb ut_large.rb ut_safe1.rb ut_eval.rb).each do |nm|
|
||||
add_service_command(nm)
|
||||
end
|
||||
@server = @@server = DRb::DRbServer.new(nil, @@manager, {})
|
||||
@server = @@server = DRb::DRbServer.new('druby://localhost:0', @@manager, {})
|
||||
@@manager.uri = @@server.uri
|
||||
def self.manager
|
||||
@@manager
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue