[jboss-user] [Performance Tuning] - Re: Jndi lookup performance

genman do-not-reply at jboss.com
Fri May 18 20:29:57 EDT 2007


JNDI initial context connection creation time is most of the time, and may largely be net or classloading overhead. Cache the initial context.

On the same JVM, you don't need to connect remotely, and should be quite fast.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4046962#4046962

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4046962



More information about the jboss-user mailing list