Re: Using RMI for bidirectional communication

Niclas Hedhman <[email protected]> Sun, 22 Jun 2008 06:51:10 +0800
Newsgroups gmane.comp.java.sun.rmi
Message-ID <[email protected]>
On Sat, Jun 21, 2008 at 11:30 PM, Sebastian Hahn <[email protected]> wrote:

> I've set up SSL-secured RMI server and client.

Since you have set up a custom socket already, you should realize that
you can map that socket connection into a multiplexed one. IIRC, there
was such solution floating ~8-10 years ago, but I can't recall the
details, and my own work in this is long lost.

I suspect that the Jini (Apache River) project might have some more
info on the topic. Also, if you can exchange RMI for JERI (which was
supposed to become the next gen RMI), then you have greater control of
the end point handling.


Cheers
Niclas

===========================================================================
To unsubscribe, send email to [email protected] and include in the body
of the message "signoff RMI-USERS".  For general help, send email to
[email protected] and include in the body of the message "help".

For a list of frequently asked RMI questions please refer to:
http://java.sun.com/j2se/1.3/docs/guide/rmi/faq.html

To view past RMI-USERS postings, please see:
http://archives.java.sun.com/archives/rmi-users.html