Hi, I added benchmarking around the weblogic 5b2 example client for simple stateless session, Trader client. The method: import javax.rmi.PortableRemoteObject; myHome sbTestHome = (myHome) PortableRemoteObject.narrow (ctx.lookup (jndiName), myHome.class); // The above method takes 350 ms on ave on a 350Mhz PII, 256Mb sbTestHome = (myHome) ctx.lookup (jndiName); // The above method takes 20 ms Any thoughts on the PRO slowness? curt -- Curt Smith [EMAIL PROTECTED] (w) 404-237-1166 x182 =========================================================================== 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".
