hello guys
I have heard that there is a design pattern out to speed up EJB. It is do
with RMI/IIOP and remote calls being a bottle neck. The idea is that you
control all your request to any EJB's though a session bean. This bean then
works out if the bean you are calling is remote (different VM) or is local
(same VM). If it is local it will call the bean using conventional java
calls and if it is remote then it will use RMI calls as normal .
Has anyone heard of the this and do they know where i can get the pattern
from.
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".