|
If you want a good networked programming language, you should look into Twisted + Python.
Recently, I'm working on a project to develop a high scalable service gateway using Apache Mina, I need develop a Simulator and Test Driver to test the gateway, I used Python asyncore first, then moved to Twisted. After comparing the java code I wrote for gateway and python/twisted code for simulator/driver, I should say Twisted is a great framework to write any high scalable async networking application.
|