On Feb 6, 2014, at 11:07 PM, Joshua Harlow <harlo...@yahoo-inc.com> wrote:

> +1
> 
> To give an example as to why eventlet implicit monkey patch the world isn't 
> especially great (although it's what we are currently using throughout 
> openstack).
> 
> The way I think about how it works is to think about what libraries that a 
> single piece of code calls and how it is very hard to predict whether that 
> code will trigger a implicit switch (conceptually similar to a context 
> switch).

Conversely, switching to asyncio means that every single module call that would 
have blocked before monkey patching… will now block. What is worse? :)

- Chris


_______________________________________________
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Reply via email to