[Python-Dev] Trial balloon: microthreads library in stdlib

Greg Ewing greg.ewing at canterbury.ac.nz
Wed Feb 14 03:20:13 CET 2007


glyph at divmod.com wrote:
> I have no problem with other, competing event-driven mechanisms being 
> developed;

The need for different event-driven mechanisms to compete
with each other is the very problem that needs to be
addressed.

If Twisted is designed so that it absolutely *has* to
use its own special event mechanism, and everything else
needs to be modified to suit its requirements, then it's
part of the problem, not part of the solution.

--
Greg


More information about the Python-Dev mailing list