Does anyone know how the performance of weblogic EJB calls compares across
different tiers?

For example:

1) servlets on tier 1 using RMI to call EJB on tier 2

VS.

2) servlets on tier 1 using RMI to call EJB on tier 1

I personally do not know why the RMI interface has to be used when servlet uses
EJB locally but it seems like it is mandatory because the EJB is a
PortableRemoteInterface. Maybe it is not good to run EJB on the same machine as
the servlets????

- steveb

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to