• 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
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Ehcache Replication

 
Ranch Hand
Posts: 44
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator


Hi,

We are using ehcache in our J2EE web application deployed on Jboss server. The application is deployed on 10 servers in cluster. Ehcache is replicating cache data in 10 servers in cluster. Would replicating cache data on many server(10 servers) can create performance issue?

Regards,

Ashok
 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
We have used cache replication in our project and have noticed that there is sometimes a significant time lag during cache replication.

Thanks and Regards,
-------------------------------------------------------------------------------------
Sagar Bhatia | [email protected] | www.infocepts.com
-------------------------------------------------------------------------------------
reply
    Bookmark Topic Watch Topic
  • New Topic