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.incIt 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