Hello,

I'm working on a presentation for a client and I have a quick question
about the optimization of in VM EJB calls in JBoss.  I read in the
documentation about how EJB-to-EJB calls are automatically optimized by
bypassing the network layer.  I didn't find any specific documentation, but
it makes sense that calls from the Web/Servlet container to EJBs would also
be optimized when they are running in the same VM.  

My question is: Is this true for the in VM Servlet container in all cases?

The documentation talks about the differnce between internal references
(Web App and EJBs deployed in an ear) and external references (deployed
serperately).  Are the calls always optimized because they're in the same
VM or does deploying them in seperate jar files  negate the optimization?

I appreciate the help

Chris Murphy

_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to