hi,
i am working on netwokred control system project, systems are connected via 100Mbps Fast EtherNet, and communication is done via java Sockets.
i just need to know that if oe of my systems if shifted to linux .... would the java sockets at Window and linux work fine or what ????
if some had tried java sockets at different OS ????
I've tried Java programs on both Windows and Linux .I tried them on linux using 127.0.0.1 (localhost) ip and they worked fine concerning sockets .I think your program will work fine on linux .
I guarantee there is no difference in network code implementation between Win and Linux platform. Use the same version of JRE and you'll have no problems.
I've made quite a lot of Java projects working on both OSs.