bengotow / javassonne

Automatically exported from code.google.com/p/javassonne
0 stars 1 forks source link

need all calls to attemptToResolveHost(String hostURI) to be asynchronous #59

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What is the expected output? What do you see instead?

All calls to remote hosts are asynchronous, which is generally ok.

Problem comes in on the local host, when an incoming remote call blocks for
a long period of time, or when a local class attempts to resolve a remote
host. The time it takes RMI to generate a fail is about 10 seconds, and my
attempts to reduce this have been unsuccessful so far.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by hamiltont on 26 Mar 2009 at 4:47

GoogleCodeExporter commented 9 years ago
working on issue, running into threading problems

Original comment by hamiltont on 16 Apr 2009 at 2:17