Hi, On Thu, Sep 8, 2011 at 12:53 PM, Kevin Pfaff <[email protected]> wrote: > The repository comes from Spring IDE with autowire and the setting for the > repository are the same for all 3 pcs. The fast pc needs for this little code > about 5 milliseconds the other two need over 500 ms. We even tried to > connect to the repository of the "fast access pc" over network, but still > the same results, it is only fast for itself. Some suggestions?
It would be useful if you could determine whether this is a remote access problem or a repository configuration issue. For example, do you still see the problem if you use Jackrabbit as an embedded repository instead of using it remotely over RMI? BR, Jukka Zitting
