Re: [uWSGI] python 2.7 to 3.6 - please advise on framework to use

2017-07-17 Thread Ludovic Gasc
Hi David, I don't know all of your constraints, but a migration architecture that has worked pretty well for our migration from Twisted (WebSockets) + Flask (REST/JSON API) to aiohttp: 1. Avoid to mix the async and sync in the same daemon, to avoid that sync blocks async event loop, even

Re: [uWSGI] python 2.7 to 3.6 - please advise on framework to use

2017-07-17 Thread Curtis Maloney
On 17/07/17 15:57, David Montgomery wrote: Hi, I have used flask/bottle with nginx/uWSGI gevent loop with great success for 2.7 Its now time for me to move on up to 3.6 I see that uWSGI supports asyncio but does not appear that the use of asyncio with flask is heavily supported by the