- May 11, 2005
- 641
- 0
- 0
Hello folks. Annoying problem I am having:
I have a client::server application connected via RMI, the problem is if the client calls a remote method, and the server needs to then call a remote method on the client inside the original method call from the client (I hope that makes sense
) - The client just crashes.
Any idea why?
I'm guessing it is because the client is waiting for a response from the server.
Would creating a thread for the original call allow the client to respond to the server (I have literally just thought of that now)
I have a client::server application connected via RMI, the problem is if the client calls a remote method, and the server needs to then call a remote method on the client inside the original method call from the client (I hope that makes sense
Any idea why?
I'm guessing it is because the client is waiting for a response from the server.
Would creating a thread for the original call allow the client to respond to the server (I have literally just thought of that now)
