Hi,
As I understand it, hibernate caches all data. But if there are millions of records in the database, then at some point one server won't be able to handle all of that data in memory. So what to do?
Use an application server like JBoss, to "share the cache"? I was told by someone that I couldn't do this with hibernate.
But to me that doesn't make sense because hibernate is supposed to be part of a lightweight j2ee solution. What is an "enterprise" without an applicatoin server?
Can someone set me straight? How would I use multiple servers to share the hibernate load...?
Thanks
|