Concurrency
843793Apr 23 2004 — edited May 19 2004ok i have a Java RMI system that works, but is Java RMI concurrent?
In Socket Programming the server is set to listen for connections and
when a connection has been made it spawns a new thread to allow a new
connection to exist in a seperate thread but as far as the client is
concerned the thread is the server.
Can this be done in RMI or is RMI itself concrruent?
Thanks for the help
Rabi.