diff options
Diffstat (limited to 'sample/drb/darray.rb')
| -rw-r--r-- | sample/drb/darray.rb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sample/drb/darray.rb b/sample/drb/darray.rb new file mode 100644 index 0000000000..d2ac39513f --- /dev/null +++ b/sample/drb/darray.rb @@ -0,0 +1,12 @@ +=begin + distributed Ruby --- Array + Copyright (c) 1999-2001 Masatoshi SEKI +=end + +require 'drb/drb' + +here = ARGV.shift +DRb.start_service(here, [1, 2, "III", 4, "five", 6]) +puts DRb.uri +DRb.thread.join + |
