3 Replies Latest reply on Nov 24, 2010 10:06 AM by peterj

    CallByValue=true and performance effect

    ozyman

      Hello people,

       

      Just wondering how bad is the performance degrade if I set CallByValue attribute to true in ejb-deployer.xml file. I understand that all calls and response to ejb are now serialized. I deployed somewhat heavy application and the degrade seem to significant.

       

      Are there any other ways in which I can improve the performance? I can't avoid setting CallByValue to true, as I do class loading isolation and it seem to work only when this attribute is set to true!

       

      Thanks,