What are the preferred platforms to implement TCP socket communication?
I'm interested in:
Socket communication implemented using Java NIO might be a good method. Some of Java based web servers use it. I remember jetty using it. Here is a link from Sun.
In Java, we use Apache Mina,
http://mina.apache.org/
Its performance rivals C implementation.