On Oct 29, 2004, at 10:19 AM, Michael Purdy wrote:
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
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.
Michael
I have used the socket method successfully. Another option with Java
1.4 is to use Mapped Byte Buffers to share memory between the
applications. Though I have not tried that method yet.
Scott
_______________________________________________
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