Hi all, I’m considering using RMI for developping a network for a MMORPG, do you think it is a good idea?
I’ve tried a few examples that work using my localhost address, but they don’t work anymore when I use internet addresses, I got a TimeOutException after 5 minutes, it seems that the programs gets stucked at the line: Naming.rebind(“rmi://84.234.141.646/RMITest”,object);
Any help would be much appreciated.
Thanks guys