3 Replies Latest reply on Mar 23, 2002 6:18 PM by thorntond

    Remote vs Local Interfaces in JBoss 3.0 Alpha

      I performed some timing tests on remote interfaces within the same JVM in JBoss 3.0 Alpha. From my timing tests it appears that the remote interfaces are optimized not to make RMI calls when the EJBs are in the same JVM. Can someone verify if this is the case? If this is the case, would there be any performance gains by implementing Local Interfaces on EJBs?