Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

JavaSpaces

  Asked By: Joel    Date: Oct 12    Category: Java    Views: 501
  

my question is for a very heavy process which of below soloutions is better:
1- using sth like javaspaces
2- jvm clustering
3- os clustering (linux clustering)

Share: 

 

1 Answer Found

 
Answer #1    Answered By: Eileen Carr     Answered On: Oct 12

they are not comparable,
OS and JVM clusters are not useful when you application is not build with a distributed architecture
a single threaded program can hardly run faster on a OS or JVM cluster
Java Spaces is good distributed architecture.

 
Didn't find what you were looking for? Find more on JavaSpaces Or get search suggestion and latest updates.

Related Topics:



Tagged:  

 
 
 

Related Post