ruby/sample/drb
nobu 792b6fd8a2 * properties.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42130 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2013-07-23 01:12:41 +00:00
..
README.ja.rdoc * sample/drb/README*.rdoc: [DOC] migrate DRb sample READMEs to rdoc 2013-07-23 00:35:57 +00:00
README.rdoc * properties. 2013-07-23 01:12:41 +00:00
darray.rb * remove trailing spaces. 2011-05-15 11:55:52 +00:00
darrayc.rb * remove trailing spaces. 2011-05-15 11:55:52 +00:00
dbiff.rb * sample/*: whitespace patch by Sergio Campama [Fixes GH-364] 2013-07-20 13:41:02 +00:00
dcdbiff.rb
dchatc.rb * remove trailing spaces. 2011-05-15 11:55:52 +00:00
dchats.rb * sample/*: whitespace patch by Sergio Campama [Fixes GH-364] 2013-07-20 13:41:02 +00:00
dhasen.rb * remove trailing spaces. 2011-05-15 11:55:52 +00:00
dhasenc.rb * sample/drb/dhasenc.rb: coding cookie of Emacs is coding, 2011-09-09 16:44:38 +00:00
dlogc.rb * remove trailing spaces. 2011-05-15 11:55:52 +00:00
dlogd.rb * sample/*: whitespace patch by Sergio Campama [Fixes GH-364] 2013-07-20 13:41:02 +00:00
dqin.rb * remove trailing spaces. 2011-05-15 11:55:52 +00:00
dqlib.rb
dqout.rb * remove trailing spaces. 2011-05-15 11:55:52 +00:00
dqueue.rb * remove trailing spaces. 2011-05-15 11:55:52 +00:00
drbc.rb * remove trailing spaces. 2011-05-15 11:55:52 +00:00
drbch.rb * remove trailing spaces. 2011-05-15 11:55:52 +00:00
drbm.rb * remove trailing spaces. 2011-05-15 11:55:52 +00:00
drbmc.rb * remove trailing spaces. 2011-05-15 11:55:52 +00:00
drbs-acl.rb * remove trailing spaces. 2011-05-15 11:55:52 +00:00
drbs.rb * remove trailing spaces. 2011-05-15 11:55:52 +00:00
drbssl_c.rb
drbssl_s.rb
extserv_test.rb * remove trailing spaces. 2011-05-15 11:55:52 +00:00
gw_ct.rb
gw_cu.rb * lib/drb/drb.rb: Improved documentation by adding or hiding methods. 2013-01-25 03:25:39 +00:00
gw_s.rb
holderc.rb * remove trailing spaces. 2011-05-15 11:55:52 +00:00
holders.rb * remove trailing spaces. 2011-05-15 11:55:52 +00:00
http0.rb * sample/*: whitespace patch by Sergio Campama [Fixes GH-364] 2013-07-20 13:41:02 +00:00
http0serv.rb * sample/*: whitespace patch by Sergio Campama [Fixes GH-364] 2013-07-20 13:41:02 +00:00
name.rb * remove trailing spaces. 2011-05-15 11:55:52 +00:00
namec.rb * remove trailing spaces. 2011-05-15 11:55:52 +00:00
old_tuplespace.rb * sample/*: whitespace patch by Sergio Campama [Fixes GH-364] 2013-07-20 13:41:02 +00:00
rinda_ts.rb
rindac.rb
rindas.rb
ring_echo.rb * remove trailing spaces. 2011-05-15 11:55:52 +00:00
ring_inspect.rb
ring_place.rb
simpletuple.rb * sample/*: whitespace patch by Sergio Campama [Fixes GH-364] 2013-07-20 13:41:02 +00:00
speedc.rb * remove trailing spaces. 2011-05-15 11:55:52 +00:00
speeds.rb * remove trailing spaces. 2011-05-15 11:55:52 +00:00

README.rdoc

= Sample scripts

* array and iteretor
  * darray.rb --- server
  * darrayc.rb --- client

* simple chat
  * dchats.rb --- server
  * dchatc.rb --- client

* distributed chasen (for Japanese)
  * dhasen.rb --- server
  * dhasenc.rb --- client

* simple log server
  * dlogd.rb --- server
  * dlogc.rb --- client

* Queue server, and DRbUnknown demo
  * dqueue.rb --- server
  * dqin.rb --- client. push DQEntry objects.
  * dqout.rb --- client. pop DQEntry objects.
  * dqlib.rb --- define DQEntry

* IdConv customize demo: reference by name
  * name.rb --- server
  * namec.rb --- client

* extserv
  * extserv_test.rb

* IdConv customize demo 2: using TimerIdConv
  * holders.rb --- server
  * holderc.rb --- client

* rinda, remote tuplespace
  * rinda_ts.rb --- TupleSpace server.
  * rindas.rb --- provide simple service via TupleSpace.
  * rindac.rb --- service user

* observer
  cdbiff - http://namazu.org/~satoru/cdbiff/
  * dbiff.rb --- dcdbiff server
  * dcdbiff.rb --- dcdbiff client

* drbssl
  * drbssl_s.rb
  * drbssl_c.rb

* add DRbProtocl
  * http0.rb
  * http0serv.rb

* Rinda::Ring
  * ring_place.rb
  * ring_echo.rb