Hear us Roar
Article:
 |
|
Why I Stopped Coding and Why I'd Start Again
|
| Subject: |
|
Python+Twisted |
| Date: |
|
2007-02-01 00:57:03 |
| From: |
|
jian.wu
|
|
|
|
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.
|
|
| |