8 Replies Latest reply on Mar 7, 2005 5:28 AM by damencho

    Executing Session Bean methods very slow over internet

    damencho

      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?