On Sat, 13 Dec 2008 14:35:56 -0500 Michael McGrady <mmcgr...@topiatechnology.com> wrote:
Hi Michael, > > A Linda space implementation doesn't have to use Jini because it's > > not a technology, it's a mechanism/architecture that can have > > infinite implementations. Search for "Java Linda Space" on > > google. Lots of people have created implementations of a Linda like > > space "thing" in Java. > > A Linda space implementation is a technology. Implementations don't > have implementations infinite or finite. I feel the problem may lay somewhere in the assumption of JavaSpaces being a Linda implementation. From the specification: "The JavaSpaces system design is strongly influenced by Linda systems.." "JavaSpaces systems are similar to Linda systems in that they store collections of information for future computation and are driven by value-based lookup. They differ in some important ways..." What you seem to expect to be a Java implementation of Linda system will not be "the JavaSpaces" any more, but a beast that differs from JavaSpaces in many of he points that make JS different from a Linda system. IMO. Zsolt