Hi, On Thu, Sep 8, 2011 at 1:37 PM, Kevin Pfaff <[email protected]> wrote: > I tried the same code as an embedded reposatory of jackrabbit and the > time for the code was 0ms.
OK, it then sounds clear that the issue is with RMI or network configuration. For example, is it possible that the two slow machines already have a separate rmiregistry process running? You might also want to enable extra RMI logging [1] to get a better picture of what happens during a remote method call. [1] http://download.oracle.com/javase/1.5.0/docs/guide/rmi/logging.html BR, Jukka Zitting
