0 Replies Latest reply on Mar 11, 2002 10:16 AM by czawadka

    How fast is OPTIMIZED remote interface bean?

    czawadka

      Because there are bugs related to local interfaces that are not resolved (http://sourceforge.net/tracker/index.php?func=detail&aid=457245&group_id=22866&atid=376685 and http://sourceforge.net/tracker/index.php?func=detail&aid=478090&group_id=22866&atid=376685) I would like to give up using them. But there is a performance issue.
      I've made remote only version of my EJBs and.. they are over 3 times SLOWER then version with local interfaces (remote: 28 s, local: 9 s)! Of course I have turned ON optimized flag in <container-invoker-conf> section of standardjboss.xml which should cause (correct me if am I wrong) not using rmi between EJBs in same JVM.
      My question: is this normal or am I doing something wrong?