Is TSpaces expected to be faster than Javaspace in remote accesses?
For various reasons, we have not done any performance comparisons between TSpaces and JavaSpaces. However, it depends a lot on what you are doing. For simple write/read/take of a tuple there may not be much difference because the client server transmission overhead is the major factor. But we do provide indexing capabilities and for random access to Tuples based on a key, the reading of Tuples is significantly faster especially with large number of Tuples. • Is there any performance measure for TSpaces? We don’t currently have any official performance figures. If you want to get a rough idea of the performance in your environment, you can run the perftest1 that is distributed in examples/simple. The source is provided so you can see exactly what it is measuring.