RE: [JBoss-dev] why is Home lookup an RMI call?

2001-04-18 Thread Bill Burke
rom: Bill Burke To: Jboss-Development@Lists. Sourceforge. Net Sent: Wednesday, April 18, 2001 4:12 PM Subject: [JBoss-dev] why is Home lookup an RMI call? All, (If this is a jboss-user question, I apologize.) I've been doing some performance testing on my code, and I noticed that Home lookups o

Re: [JBoss-dev] why is Home lookup an RMI call?

2001-04-18 Thread Scott M Stark
Lists. Sourceforge. Net Sent: Wednesday, April 18, 2001 4:12 PM Subject: [JBoss-dev] why is Home lookup an RMI call? All, (If this is a jboss-user question, I apologize.) I've been doing some performance testing on my code, and I noticed that Home lookups on the InitialContext is always an RMI ca

[JBoss-dev] why is Home lookup an RMI call?

2001-04-18 Thread Bill Burke
All,   (If this is a jboss-user question, I apologize.)  I've been doing some performance testing on my code, and I noticed that Home lookups on the InitialContext is always an RMI call through jnp even though the Naming service is in the same VM.  Maybe this is a configuration problem on my