1 Reply Latest reply on Oct 29, 2008 11:23 AM by jaikiran

    EJB Local vs Remote

    mrfarhankhan

      Hi All,

      I'm using JSF, EJB3, JBoss4.2.2.GA. I have several stateless EJB deployed on JBOSS, on the same machine. They use the remote interfaces to communicate.

      I want to know if there is any benefit to use the local interfaces for communication on the same server, instead of the remote?

      In particular, is there any gain in performance when the local interfaces are used for calls on the same server ??

      Thanks in advance.
      Farhan!