1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

add test Hash#each, and change load_limit

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4868 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
seki 2003-10-30 13:30:48 +00:00
parent 6350cbb1b2
commit 1eb2a60a3d
4 changed files with 19 additions and 5 deletions

View file

@ -17,7 +17,7 @@ if __FILE__ == $0
[ ["C","JP"], ["O","Foo.DRuby.Org"], ["CN", "Sample"] ]
DRb::DRbServer.default_argc_limit(8)
DRb::DRbServer.default_load_limit(1024)
DRb::DRbServer.default_load_limit(4096)
DRb.start_service('drbssl://:0', DRbEx.new, config)
es = DRb::ExtServ.new(ARGV.shift, ARGV.shift)
DRb.thread.join