Re: RMI Serializing Error

Niclas Hedhman <[email protected]>
Newsgroups gmane.comp.java.sun.rmi
Organization Private
Message-ID <[email protected]>
On Wednesday 29 December 2004 10:58, Jason Sicotte wrote:
> I would like to ask the RMI community what possible solutions are available
> to  the an issue I am experiencing.  From what I can tell, RMI has an
> inability to reliably pass a HashMap to a client.  However, the problem
> only occurs when said HashMap has been changed by another thread on the
> server.

It is not RMI's responsibility to make your application thread safe. You will
have massive amount of other similar concerns of modifications of objects
during serialization.

I advice you that you make your application thread-safe, since the effort is
required from you, not RMI.


Cheers
Niclas
--
   +------//-------------------+
  / http://www.dpml.net       /
 / http://niclas.hedhman.org /
+------//-------------------+

===========================================================================
To unsubscribe, send email to [email protected] and include in the body
of the message "signoff RMI-USERS".  For general help, send email to
[email protected] and include in the body of the message "help".

For a list of frequently asked RMI questions please refer to:
http://java.sun.com/j2se/1.3/docs/guide/rmi/faq.html

To view past RMI-USERS postings, please see:
http://archives.java.sun.com/archives/rmi-users.html
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.