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...
Type: Posts; User: terry.bell; Keyword(s):
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...