• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..29-Aug-201457

darray.rbH A D15-May-2011202

darrayc.rbH A D15-May-2011652

dbiff.rbH A D15-May-2011796

dcdbiff.rbH A D02-Oct-2009693

dchatc.rbH A D15-May-2011699

dchats.rbH A D15-May-20111.1 KiB

dhasen.rbH A D15-May-2011605

dhasenc.rbH A D09-Sep-2011417

dlogc.rbH A D15-May-2011265

dlogd.rbH A D15-May-2011612

dqin.rbH A D15-May-2011260

dqlib.rbH A D02-Oct-2009192

dqout.rbH A D15-May-2011265

dqueue.rbH A D15-May-2011182

drbc.rbH A D15-May-2011674

drbch.rbH A D15-May-2011756

drbm.rbH A D15-May-2011888

drbmc.rbH A D15-May-2011399

drbs-acl.rbH A D15-May-2011727

drbs.rbH A D15-May-2011856

drbssl_c.rbH A D02-Oct-2009378

drbssl_s.rbH A D02-Oct-2009680

extserv_test.rbH A D15-May-20111.3 KiB

gw_ct.rbH A D02-Oct-2009300

gw_cu.rbH A D24-Jan-2013329

gw_s.rbH A D02-Oct-2009221

holderc.rbH A D15-May-2011274

holders.rbH A D15-May-2011823

http0.rbH A D15-May-20111.5 KiB

http0serv.rbH A D15-May-20112.1 KiB

name.rbH A D15-May-20111.9 KiB

namec.rbH A D15-May-2011479

old_tuplespace.rbH A D15-May-20113.5 KiB

README.rdH A D02-Oct-20091.1 KiB

README.rd.jaH A D08-Sep-20111.6 KiB

rinda_ts.rbH A D02-Oct-2009138

rindac.rbH A D02-Oct-2009318

rindas.rbH A D02-Oct-2009321

ring_echo.rbH A D15-May-2011528

ring_inspect.rbH A D02-Oct-2009422

ring_place.rbH A D02-Oct-2009427

simpletuple.rbH A D15-May-20111.5 KiB

speedc.rbH A D15-May-2011352

speeds.rbH A D15-May-2011456

README.rd

1= Sample scripts
2
3* array and iteretor
4  * darray.rb --- server
5  * darrayc.rb --- client
6
7* simple chat
8  * dchats.rb --- server
9  * dchatc.rb --- client
10
11* distributed chasen (for Japanese)
12  * dhasen.rb --- server
13  * dhasenc.rb --- client
14
15* simple log server
16  * dlogd.rb --- server
17  * dlogc.rb --- client
18
19* Queue server, and DRbUnknown demo
20  * dqueue.rb --- server
21  * dqin.rb --- client. push DQEntry objects.
22  * dqout.rb --- client. pop DQEntry objects.
23  * dqlib.rb --- define DQEntry
24
25* IdConv customize demo: reference by name 
26  * name.rb --- server
27  * namec.rb --- client
28
29* extserv
30  * extserv_test.rb
31
32* IdConv customize demo 2: using TimerIdConv
33  * holders.rb --- server
34  * holderc.rb --- client
35
36* rinda, remote tuplespace
37  * rinda_ts.rb --- TupleSpace server.
38  * rindas.rb --- provide simple service via TupleSpace.
39  * rindac.rb --- service user
40
41* observer
42  cdbiff - ((<URI:http://namazu.org/~satoru/cdbiff/>))
43  * dbiff.rb --- dcdbiff server
44  * dcdbiff.rb --- dcdbiff client
45
46* drbssl
47  * drbssl_s.rb
48  * drbssl_c.rb
49  
50* add DRbProtocl
51  * http0.rb
52  * http0serv.rb
53
54* Rinda::Ring
55  * ring_place.rb
56  * ring_echo.rb
57