summaryrefslogtreecommitdiffstats
path: root/sample/drb/drbssl_s.rb
diff options
context:
space:
mode:
authorseki <seki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-06-27 15:36:32 +0000
committerseki <seki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-06-27 15:36:32 +0000
commitbea4d32716d950214bfa48bf725540102cf22e2b (patch)
tree87ae99fdd7a106a913536aac8d579c6495048c0e /sample/drb/drbssl_s.rb
parent43d63e82818a74ec830eecbf16dcbe8e24ba51f3 (diff)
downloadruby-bea4d32716d950214bfa48bf725540102cf22e2b.tar.gz
ruby-bea4d32716d950214bfa48bf725540102cf22e2b.tar.xz
ruby-bea4d32716d950214bfa48bf725540102cf22e2b.zip
using "DRb.thread.join" instead of "gets"
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6536 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'sample/drb/drbssl_s.rb')
-rw-r--r--sample/drb/drbssl_s.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/sample/drb/drbssl_s.rb b/sample/drb/drbssl_s.rb
index 94d02f63c..4d96f591d 100644
--- a/sample/drb/drbssl_s.rb
+++ b/sample/drb/drbssl_s.rb
@@ -28,5 +28,4 @@ end
DRb.start_service(here, HelloWorld.new, config)
puts DRb.uri
-$stdin.gets
-DRb.stop_service
+DRb.thread.join