I'm testing a simple example. Where I use a Session bean with method Test() which only System.out the current time. I lookup the bean over internet where the connection between the client and the server is 80 KB/s. The lookup takes about 10-12 sec. But the create of the bean and executing the method takes some times more than 10 minutes. Is this normal ?
I've searched and found a speed problem discussion and add to the Jboss startup script -Djava.rmi.server.hostname="the server's hostname". but the issue stays. I'm using Java build 1.5.0-b64 on the server and client machine. The server is Debian Linux 2.4.26 . The client is WindowsXP. Release ID: JBoss [Zion] 4.0.0 (build: CVSTag=JBoss_4_0_0 date=200409200418) Any suggestions? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3868187#3868187 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3868187 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
