Re: Remote EJB calls from Tomcat 5 to Weblogic 8.1 appear to be slower than from Weblogic 8.1 as a web server

2007-05-14 Thread Tim Funk
With weblogic - EJB calls were done in the same JVM. With Tomcat - all the EJB calls occur outsite Tomcat's JVM and in weblogic's JVM. This is a BG performance penalty. (But allows for scalability). You should notice the same performance suckage if you ran 2 copies of weblogic where one o

Remote EJB calls from Tomcat 5 to Weblogic 8.1 appear to be slower than from Weblogic 8.1 as a web server

2007-05-11 Thread Jonathan Kitchner
I am migrating from WebLogic 8.1 as a web server to Tomcat 5.0.28. I continue to use WebLogic as my EJB container. My application functions fully in both environments. However I am seeing the following: Under Tomcat the EJB calls are much slower ( I know that Tomcat does not perform th