Generic Server now includes DDST with RMI registry service.

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Generic Server now includes DDST with RMI registry service.

John Small
Hi,

A generic multithreaded server for DST 5 is available as a freeware download
at:

    http://www.rogare.com/index.php?inc=downloads/st/smalltalk.inc

It now includes a distributed DST and RMI (Remote Method Invocation)
export services in addition to the demo http echo server.

To implement a tuplespace only requires exporting a shared collection.
By sing the collection iterators, e.g. #select:, #collect: etc., to
match "tuples" and the standard collection insertion-removal primitives
you can implement whatever tuplespace model you need.

John