Regular |
|
Joined: Tue Jan 06, 2004 3:32 pm Posts: 80 Location: Munich, Germany
|
Hello everyone,
we are planning a large business application with just a few database tables but many rows in the tables. For performance and fail-safeness we will be using a cluster of servers. We are thinking about using Hibernate and JBossCache.
The problem we see with JBossCache is that it always distributes all objects to each cluster node. This would be a memory problem in our case. We'd like to replicate each object to maybe only two or three nodes and further replicate only on demand.
Is there any Cache solution for this (that fits with Hibernate)?
Regards,
Andreas
|
|