Finally, a definitive article on how Container Managed Persistent (CMP) Beans interact with the database and application server. Learn how application servers pool entity beans and how to make CMP work as fast as possible, how CMP/BMP works in clusters with different types of caching( option A versus option C caching).
Read the article on ejbinfo.com.
-
CMP Performance problems explained (2 messages)
- Posted by: Floyd Marinescu
- Posted on: August 26 2000 12:20 EDT
Threaded Messages (2)
- CMP Performance problems explained by Uday Kumar on August 28 2000 17:36 EDT
- CMP Performance problems explained by Billy Newport on August 29 2000 10:11 EDT
-
CMP Performance problems explained[ Go to top ]
- Posted by: Uday Kumar
- Posted on: August 28 2000 17:36 EDT
- in response to Floyd Marinescu
hello Floyd,
Thanks a bunch for posting this article. It was very informative and helps us in making decisions about performance in our deployments. The problem that I see here is that if we have to rely on JDBC and other solutions for extracting maximum performance from our beans, then it reduces the possibility of creating a component market place wherein I can produce the components and someone else can run it on their database installations. I guess that market place is not very mature right now and thus it is not exactly a pressing issue.
Thanks and Regards
-U -
CMP Performance problems explained[ Go to top ]
- Posted by: Billy Newport
- Posted on: August 29 2000 10:11 EDT
- in response to Uday Kumar
Hi,
It's worth noting that the original draft article until Tuesday had some inaccuracies that have now been corrected. I'd recommend reading it again to get a better view.
Billy