Posted By:
Chris_Zaleski
Posted On:
Tuesday, May 30, 2000 09:01 AM
In the documentation for the
readObject()
method of
ObjectInputStream
it says: "All exceptions are fatal to the InputStream and leave it in an indeterminate state...".
What's the best way to implement fault tolerance? Assure non-blocking state? Recover from a network-caused corruption of object data?