MutiHomed computers and rmi?
Posted
by ipkiss
on Stack Overflow
See other posts from Stack Overflow
or by ipkiss
Published on 2010-05-24T08:58:19Z
Indexed on
2010/05/24
9:01 UTC
Read the original article
Hit count: 296
rmi
Hello,
I am writing a program using rmi to connect server and clients together and got the following issue:
- My rmi server support both ethernet and wifi mode
- rmi clients can connect to the server either vi ethernet or wifi depending. That because s*ome clients can only run via ethernet* and some can only run via wifi.
My question is: how can I make my rmi server connect to all clients in such situation?
Thanks.
© Stack Overflow or respective owner