Uvloop: Production ready?

Created on 15 Aug 2016  路  2Comments  路  Source: MagicStack/uvloop

Is UVLoop production ready? Getting ready to implement some new microservices on top of asyncio using UVLoop.

Most helpful comment

I can only say that some top companies and startups are now using it in production.

My advice would be to test uvloop, see if your services are stable on it, and then gradually replace asyncio event loop with it.

All 2 comments

I can only say that some top companies and startups are now using it in production.

My advice would be to test uvloop, see if your services are stable on it, and then gradually replace asyncio event loop with it.

Currently our stack is python 2 on twisted so we are moving some of our services out to py3 and asyncio. But that is good enough for me! Thanks

Was this page helpful?
0 / 5 - 0 ratings