Shared cache best practices? 2004-01-08 - By Damon Hart-Davis
Back Hi Erik,
> Thanks for the responses. You've been verry helpful. I've gotten some > alternative approaches to think of it, and those of you who have > answered seems to lean towards the Entity Beans approach.
We may be biased. B^>
> If I where to use Entity Beans, do they make a good joob replicating > over several servers, or can I expect the app server holding the Entity > Beans to become a bottleneck in the future?
It all depends: if you have slow-changing read-mainly data as in the instance I outlined to you then it is most unlikely that you will find any bottlenecks at all.
Failing that a good EJB container will help and should scale reasonably well; the less writing you do the better, and the more skew you are prepared to accept the better.
Rgds
Damon
=========================================================================== To unsubscribe, send email to listserv@(protected) and include in the body of the message "signoff J2EE-INTEREST". For general help, send email to listserv@(protected) and include in the body of the message "help".
|
|