Twisted vs. asyncore

While working on a NNTP interface for the mailing list archives of Mailman, I had to decide which Python networking library I use for the NNTP protocol. There were two obvious candidates: Twisted and asyncore.

Twisted is the big asynchronous python library. It has many features and supports many protocols ...

more ...