<div dir="ltr"><br><br><div class="gmail_quote">On Sun, Aug 23, 2009 at 6:02 PM, Phillip B Oldham <span dir="ltr"><<a href="mailto:phillip.oldham@gmail.com">phillip.oldham@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I've been taking a look at the multitude of coroutine libraries<br>
available for Python, but from the looks of the projects they all seem<br>
to be rather "quiet". I'd like to pick one up to use on a current<br>
project but can't deduce which is the most popular/has the largest<br>
community.<br>
<br>
Libraries I looked at include: cogen, weightless, eventlet and<br>
circuits (which isn't exactly coroutine-based but it's event-driven<br>
model was intriguing).<br>
<br>
Firstly, are there any others I've missed? And what would the<br>
consensus be on the which has the most active community behind it?<br>
<font color="#888888">--<br>
<a href="http://mail.python.org/mailman/listinfo/python-list" target="_blank">http://mail.python.org/mailman/listinfo/python-list</a><br>
</font></blockquote></div><br>If you seek also event-driven libraries:<br>Twisted - <a href="http://twistedmatrix.com/trac/">http://twistedmatrix.com/trac/</a><br><br>--doron<br></div>