Maybe your narrow is the culprit.  We use jboss in production and if we had
that much of a slowdown, we wouldn't be using it.

Bill

> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of jquest
> jquest
> Sent: Sunday, September 16, 2001 10:51 AM
> To: [EMAIL PROTECTED]
> Subject: [JBoss-user] JNDI performance problem.
>
>
> Hi,
> I can not find the reason for so slow working JNDI on Jboss.
> I use 2.4.0 version with tomcat.
> I wrote a litle simple jsp that call a EJB.
> I have:
>
>      InitialContext ctx = new InitialContext();
>      Object objref = ctx.lookup("MyBeanName");
>
>      homeclass = (MYEJBHome)PortableRemoteObject.narrow(objref,
> MYEJBHome.class);
>
> ......
> The jboss need about 3-4 min. befor making the lookup.
>
> Where is the problem.
> Is it jboss realy so slow?
>
> Many thanks in advance.
>
>
>
> _________________________________________________________________
> Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
>
>
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user
>



_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to