I will be needing to implement a method to allow two java applications
to communicate and transfer data. It will need to operate at the
fastest possible rate. My plan thus far is to establish a socket
RMI might not be the fastest solution ...
connection between the two and create a sort of client-server system.
Does anyone have opinions on this strategy or suggestions for
alternate,
possibly faster, methods.
This is exactly the sort of problem RMI was designed to solve. And
RMI is built right into Java.
But CORBA proved to be really fast in RL use. Probably use the combined
approach RMI/IIOP.
Distributed application development should be much easyer with Java 5.0
... so probably you have time to focus on architechture right now and
try using Java 5.0 when it is finally out?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Java-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/java-dev/email@hidden