• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Distributed Cache

 
Ranch Hand
Posts: 32
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
To improve my system performance I am planning to use distributed computing (using java).
I found several interesting distributed/grid java based frameworks to share CPU.
Can anyone suggest me a good framework to share memory?

Thanks and Regards,
 
author
Posts: 23951
142
jQuery Eclipse IDE Firefox Browser VI Editor C++ Chrome Java Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

I have directly used both gigaspaces and gemstone. I have also used coherence, but not directly. All seems fine -- not sure how to say one is better than another.

The later two are owned by big companies (EMC/VmWare/SpringSource and Oracle respectively) and the first may be shopping for a owner (opinion) -- so support, profession services, etc. may also be available.

Henry
 
Cheenath Ajay
Ranch Hand
Posts: 32
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks a lot Henry for the details.
Let me give a try.

Regards,
 
Ranch Hand
Posts: 65
IntelliJ IDE Oracle Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Recently, there was a lot of buzz about Red Hat's JSR for Distributed Hash Table, called Infinispan. You can read more about it here While I'm not sure whether it's going to be approved, and it's too early to talk about Java EE 7, it gives us optimistic thoughts that someday DHT in Java might become an open standard...
 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You might also take a look at CloudTran... gives you persistence from GigaSpaces and Coherence back to distributed databases. Full ACID transactions across the data grid and to the database as well. DISCLAIMER: I work for CloudTran.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic