anonymous wrote : Does anyone have any idea why the EJB create() method on the home interface would occassionally take 2+ seconds to execute.
This may have something to do with reverse dns resolution (in fact, this can cause much higher delays, and can be very dependent from one system to another, we have seen delays of up to 20s). For this reason it is best to always make sure the destination system resolves to a hostname (even when accessing using the ip address). Joachim View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3898659#3898659 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3898659 ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
