my question is for a very heavy process which of below soloutions is better:1- using sth like javaspaces2- jvm clustering3- os clustering (linux clustering)
they are not comparable, OS and JVM clusters are not useful when you application is not build with a distributed architecturea single threaded program can hardly run faster on a OS or JVM clusterJava Spaces is good distributed architecture.