Does this property have significant impact on the performance of an EJB
client/server system? I have an environment in which I want to record
client identity (e.g., I want to call
sessionContext.getCallerPrincipal() in an EJB and get the ID of the
caller). But the wires are secure so I don't necessarily need
encryption of the transport. Will there be any measureable difference
in performance by skipping the encryption? (I cannot tell with the
small test environment we are currently running).
Thanks,
-Mark