0 Replies Latest reply on Apr 3, 2004 11:05 AM by cari34

    difference between local and remote calls

    cari34

      Hi guys,

      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 between EJB on the same server,
      instead of the remote?

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

      Thank you
      Cari