We have what is essentially a client/server app using Spring HTTP remoting to maintain several polled data feeds. Using RMI, the client shares one socket connection to do all remote invocations, but...