> what other reactive socket framework is there that would fit well into > the standard library ? is twisted really simple enough ?
I've been very happy with Medusa, which is asyncore-based. Perhaps the right idea is to fix the various problems of asyncore. We might lift the similar code from the kernel of ILU, for example, which carefully addresses the various issues around this style of action loop. Bill _______________________________________________ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
