• 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

Is Jboss cache efficient

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello all,

I am going to develop a portal application on JBOSS portal 2.7.2. Can you please go through the following scenario and guide me accordingly.

Scenario:

This application should display a report and the data for this report comes from two different databases i.e two independent queries are fired on two different databases. We have to query the databases for every 10 mins and should cache the result data( server-side caching). When ever the user requests for a report, then we should display the report by fetching the data from the cache.

Can you please suggest me the best caching mechanism and how to update the cache for every 10 mins over multiple load balancing servers??

Is the "JBOSS cache" an optimum solution for this.??

I am going through the opensource caching tools ....and this link may be helpful for those who are looking for opensource caching solutions
http://java-source.net/open-source/cache-solutions

Thanks in Advance,
Sri Kanth
 
reply
    Bookmark Topic Watch Topic
  • New Topic