On 09/17/2010 01:28 PM, Silas De Munck wrote:
the RMI mechanism for this was not the best solution. Therefore I added a TCP implementation using Sockets and ObjectStreams.
How often do you (re-)wrap the socket streams in ObjectStreams?The (ReplaceTable) cache in ObjectStream may optimize your marshalling. And if you recreate the ObjectStream the ReplaceTable will be recreated.
Gr. Sim