Re: Django Async DEP

2019-06-08 Thread Pascal Chambon
Hello, There is something a little scary for me, in changing all the core of Django to async, when this really helps only, imho, a tiny fraction of users : websocket/long polling services, and reddit-like sites with thousands+ hits per second. For most webpages and webservices, async artillery sou

Re: Django Async DEP

2019-06-08 Thread Andrew Godwin
On Sat, Jun 8, 2019 at 3:14 AM Pascal Chambon wrote: > Hello, > > There is something a little scary for me, in changing all the core of > Django to async, when this really helps only, imho, a tiny fraction of > users : websocket/long polling services, and reddit-like sites with > thousands+ hits