|
-
May 3rd, 2000, 11:20 AM
#1
RMI + threads
I have seen no mention in what I have read about RMI of thread safety. An object with a remote interface can be manipulated by both client(s) and server - what is to stop, for example, the server updating the object whilst the client queries it? Is it neccessary for the programmer to use synchronisation or does the JVM only allow one process at a time to use an object?
Thanks in advance
Paul
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|