Socket communication?

≡放荡痞女 提交于 2020-01-16 08:44:34

问题


What are the preferred platforms to implement TCP socket communication?

I'm interested in:

  • scripting languages (eg Swocket for Python)
  • and runtimes (eg .NET / Java).

回答1:


In Java, we use Apache Mina,

http://mina.apache.org/

Its performance rivals C implementation.




回答2:


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.



来源:https://stackoverflow.com/questions/1422929/socket-communication

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!